COLOR #C099C0

HEX: #C099C0 RGB: (192,153,192)

Color info

#C099C0 contains red, green and blue colors in about the same proportion. Web safe color of #C099C0 is #CC99CC (or #C9C).

RGB color model

#C099C0 color RGB value is (192,153,192).

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

RGB channels and saturation

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

192
153
192

R + G + B ~ 70%. #C099C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 153 + 192 = 537 (100%)
R 192 of 537 ~ 35.75%
G 153 of 537 ~ 28.49%
B 192 of 537 ~ 35.75'%

%35.75
%28.49
%35.75

CMYK color model

#C099C0 color CMYK value is (0,20,0,25).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK: (0,20,0,25) C0M20Y0K25 (0%,20%,0%,25%) (0.00/0.20/0.00/0.25) 

CMYK percentages

%0
%20.31
%0
%24.71

Codes

Color #C099C0 in popluar color models

C0 99 C0
RGB 192 153 192
HSL 300° 23.64% 67.65%
HSB/HSV 300° 20.31% 75.29%
CMYK 0.00% 20.31% 0.00%
24.71%

Color #C099C0 in popluar number systems.

HEX C0 99 C0
Decimal 192 153 192
Binary 11000000 10011001 11000000
Octal 300 231 300

Shades and tints

Shades of #C099C0

#C099C0
(192,153,192)
#AF8CAF
(175,140,175)
#9E7F9E
(158,127,158)
#8D728D
(141,114,141)
#7C657C
(124,101,124)
#6B586B
(107,88,107)
#5A4B5A
(90,75,90)
#493E49
(73,62,73)
#383138
(56,49,56)
#272427
(39,36,39)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #C099C0

#C099C0
(192,153,192)
#C5A2C5
(197,162,197)
#CAABCA
(202,171,202)
#CFB4CF
(207,180,207)
#D4BDD4
(212,189,212)
#D9C6D9
(217,198,217)
#DECFDE
(222,207,222)
#E3D8E3
(227,216,227)
#E8E1E8
(232,225,232)
#EDEAED
(237,234,237)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C099C0; }

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

This text font color is #C099C0.

Background Color

.myBgColor { background-color: #C099C0; }

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

This div background color is #C099C0.

Border color

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

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

This div border color is #C099C0.

Opacity

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

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

Text with #C099C0 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 #C099C0;}

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

This text has shadow with #C099C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C099C0.

Preview

Color preview on black background

This text has color #C099C0 on black background.


Color preview on white background

This text has color #C099C0 on white background.


Black color preview on #C099C0 background

This text has black color on #C099C0 background.


White color preview on #C099C0 background

This text has white color on #C099C0 background.


Related colors

Complementary color

Complementary color for #hex is #3F663F.


I love getcolorcode.com

Triadic colors

1 #C0C099 and #99C0C0 with #C099C0 are triadic colors.

2 #C099C0 and #99C0C0 with #C099C0 are triadic colors.