COLOR #CC9B92

HEX: #CC9B92
RGB: (204,155,146)

Color info

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

RGB color model

#CC9B92 color RGB value is (204,155,146).

  • red value is 204;
  • green value is 155;
  • blue value is 146.
RGB:
(204,155,146)
(80%,61%,57%)

RGB channels and saturation

R 204 of 255 = 80%
G 155 of 255 = 61%
B 146 of 255 = 57%

204
155
146

R + G + B ~ 66%. #CC9B92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 155 + 146 = 505 (100%)
R 204 of 505 ~ 40.4%
G 155 of 505 ~ 30.69%
B 146 of 505 ~ 28.91%

%40.4
%30.69
%28.91

CMYK color model

#CC9B92 color CMYK value is (0,24,28,20).

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 28.43%
  • key color value is 20.00%
CMYK:
(0,24,28,20)
C0M24Y28K20 
(0%,24%,28%,20%)
(0.00/0.24/0.28/0.20)	

CMYK percentages

%0
%24.02
%28.43
%20

Codes

Color #CC9B92 in popluar color models

CC9B92
RGB204155146
HSL36.25%68.63%
HSB/HSV28.43%80.00%
CMYK0.00%24.02%28.43%
20.00%

Color #CC9B92 in popluar number systems.

HEXCC9B92
Decimal204155146
Binary110011001001101110010010
Octal314233222

Shades and tints

Shades of #CC9B92

#CC9B92
(204,155,146)
#BA8D85
(186,141,133)
#A87F78
(168,127,120)
#96716B
(150,113,107)
#84635E
(132,99,94)
#725551
(114,85,81)
#604744
(96,71,68)
#4E3937
(78,57,55)
#3C2B2A
(60,43,42)
#2A1D1D
(42,29,29)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #CC9B92

#CC9B92
(204,155,146)
#D0A49B
(208,164,155)
#D4ADA4
(212,173,164)
#D8B6AD
(216,182,173)
#DCBFB6
(220,191,182)
#E0C8BF
(224,200,191)
#E4D1C8
(228,209,200)
#E8DAD1
(232,218,209)
#ECE3DA
(236,227,218)
#F0ECE3
(240,236,227)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9B92; }

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

This text font color is #CC9B92.


Background Color

.myBgColor { background-color: #CC9B92; }

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

This div background color is #CC9B92.


Border color

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

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

This div border color is #CC9B92.


Opacity

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

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

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

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

This text has shadow with #CC9B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9B92 on black background.


Color preview on white background

This text has color #CC9B92 on white background.



Black color preview on #CC9B92 background

This text has black color on #CC9B92 background.


White color preview on #CC9B92 background

This text has white color on #CC9B92 background.