COLOR #CC9B99

HEX: #CC9B99 RGB: (204,155,153)

Color info

#CC9B99 contains red, green and blue colors in about the same proportion. Web safe color of #CC9B99 is #CC9999 (or #C99).

RGB color model

#CC9B99 color RGB value is (204,155,153).

RGB: (204,155,153) (80%, 61%, 60%)

RGB channels and saturation

R 204 of 255 = 80%
G 155 of 255 = 61%
B 153 of 255 = 60%

204
155
153

R + G + B ~ 67%. #CC9B99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 155 + 153 = 512 (100%)
R 204 of 512 ~ 39.84%
G 155 of 512 ~ 30.27%
B 153 of 512 ~ 29.88'%

%39.84
%30.27
%29.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 25.00%
  • key color value is 20.00%

CMYK: (0,24,25,20)
C0M24Y25K20 (0%, 24%, 25%, 20%)
(0.00 / 0.24 / 0.25 / 0.20)

CMYK percentages

%0
%24.02
%25
%20

Codes

Color #CC9B99 in popluar color models

CC 9B 99
RGB 204 155 153
HSL 33.33% 70.00%
HSB/HSV 25.00% 80.00%
CMYK 0.00% 24.02% 25.00%
20.00%

Color #CC9B99 in popluar number systems.

HEX CC 9B 99
Decimal 204 155 153
Binary 11001100 10011011 10011001
Octal 314 233 231

Shades and tints

Shades of #CC9B99

#CC9B99
(204,155,153)
#BA8D8C
(186,141,140)
#A87F7F
(168,127,127)
#967172
(150,113,114)
#846365
(132,99,101)
#725558
(114,85,88)
#60474B
(96,71,75)
#4E393E
(78,57,62)
#3C2B31
(60,43,49)
#2A1D24
(42,29,36)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #CC9B99

#CC9B99
(204,155,153)
#D0A4A2
(208,164,162)
#D4ADAB
(212,173,171)
#D8B6B4
(216,182,180)
#DCBFBD
(220,191,189)
#E0C8C6
(224,200,198)
#E4D1CF
(228,209,207)
#E8DAD8
(232,218,216)
#ECE3E1
(236,227,225)
#F0ECEA
(240,236,234)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9B99; }

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

This text font color is #CC9B99.

Background Color

.myBgColor { background-color: #CC9B99; }

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

This div background color is #CC9B99.

Border color

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

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

This div border color is #CC9B99.

Opacity

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

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

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

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

This text has shadow with #CC9B99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9B99.

Preview

Color preview on black background

This text has color #CC9B99 on black background.


Color preview on white background

This text has color #CC9B99 on white background.


Black color preview on #CC9B99 background

This text has black color on #CC9B99 background.


White color preview on #CC9B99 background

This text has white color on #CC9B99 background.


Related colors

Complementary color

Complementary color for #hex is #336466.


I love getcolorcode.com

Triadic colors

1 #99CC9B and #9B99CC with #CC9B99 are triadic colors.

2 #999BCC and #9BCC99 with #CC9B99 are triadic colors.