COLOR #CC99C0

HEX: #CC99C0 RGB: (204,153,192)

Renk bilgisi

#CC99C0 contains red, green and blue colors in about the same proportion. #CC99C0 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#CC99C0 color RGB value is (204,153,192).

RGB: (204,153,192) (80%, 60%, 75%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 153 of 255 = 60%
B 192 of 255 = 75%

204
153
192

R + G + B ~ 72%. #CC99C0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 204 + 153 + 192 = 549 (100%)
R 204 of 549 ~ 37.16%
G 153 of 549 ~ 27.87%
B 192 of 549 ~ 34.97'%

%37.16
%27.87
%34.97

CMYK RENK MODELİ

#CC99C0 rengi CMYK tonu (0,25,6,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.00%
  • sarı tonu 5.88%
  • ana renk tonu 20.00%

CMYK: (0,25,6,20)
C0M25Y6K20 (0%, 25%, 6%, 20%)
(0.00 / 0.25 / 0.06 / 0.20)

CMYK yüzdeleri

%0
%25
%5.88
%20

Codes

Color #CC99C0 in popluar color models

CC 99 C0
RGB 204 153 192
HSL 314° 33.33% 70.00%
HSB/HSV 314° 25.00% 80.00%
CMYK 0.00% 25.00% 5.88%
20.00%

Color #CC99C0 in popluar number systems.

HEX CC 99 C0
Decimal 204 153 192
Binary 11001100 10011001 11000000
Octal 314 231 300

Shades and tints

Shades of #CC99C0

#CC99C0
(204,153,192)
#BA8CAF
(186,140,175)
#A87F9E
(168,127,158)
#96728D
(150,114,141)
#84657C
(132,101,124)
#72586B
(114,88,107)
#604B5A
(96,75,90)
#4E3E49
(78,62,73)
#3C3138
(60,49,56)
#2A2427
(42,36,39)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #CC99C0

#CC99C0
(204,153,192)
#D0A2C5
(208,162,197)
#D4ABCA
(212,171,202)
#D8B4CF
(216,180,207)
#DCBDD4
(220,189,212)
#E0C6D9
(224,198,217)
#E4CFDE
(228,207,222)
#E8D8E3
(232,216,227)
#ECE1E8
(236,225,232)
#F0EAED
(240,234,237)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC99C0 color. Also use rgb(204,153,192) instead hex code.

Text Font Color

.myTextColor { color: #CC99C0; }

<p style="color:#CC99C0">This sample text font color is #CC99C0.</p>

This text font color is #CC99C0.

Background Color

.myBgColor { background-color: #CC99C0; }

<div style="background-color:#CC99C0">Inner text</div>

This div background color is #CC99C0.

Border color

.myBorderColor { border: 1px solid #CC99C0; }

<div style="border:3px solid #CC99C0">Div</div>

This div border color is #CC99C0.

Opacity

.myOpacity80 { color: #CC99C0; opacity: 0.8; }

<p style="color:#CC99C0;opacity:0.8;">80%</p>

Text with #CC99C0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CC99C0;}

<p style="text-shadow: 3px 3px 1px #CC99C0">Text here.</p>

This text has shadow with #CC99C0 color.


.textShadow {text-shadow: 3px 3px 1px #CC99C0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CC99C0, 5px 5px 20px red">Text here.</p>

This text has shadow with #CC99C0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC99C0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CC99C0, Direction=45, Strength=4)">Text</p>

This text has shadow with #CC99C0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CC99C0;
-webkit-box-shadow: 1px 1px 3px 2px #CC99C0;
box-shadow: 1px 1px 3px 2px #CC99C0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC99C0; -webkit-box-shadow: 1px 1px 3px 2px #CC99C0; box-shadow:1px 1px 3px 2px #CC99C0;">
Div content here
</div>

This div box has shadow with color #CC99C0.

Preview

Color preview on black background

This text has color #CC99C0 on black background.


Color preview on white background

This text has color #CC99C0 on white background.


Black color preview on #CC99C0 background

This text has black color on #CC99C0 background.


White color preview on #CC99C0 background

This text has white color on #CC99C0 background.


Related colors

Complementary color

Complementary color for #hex is #33663F.


I love getcolorcode.com

Triadic colors

1 #C0CC99 and #99C0CC with #CC99C0 are triadic colors.

2 #C099CC and #99CCC0 with #CC99C0 are triadic colors.