COLOR #CC9A92

HEX: #CC9A92
RGB: (204,154,146)

Color info

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

RGB color model

#CC9A92 color RGB value is (204,154,146).

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

RGB channels and saturation

R 204 of 255 = 80%
G 154 of 255 = 60%
B 146 of 255 = 57%

204
154
146

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

Portions of RGB colors in percentages

R + G + B =
204 + 154 + 146 = 504 (100%)
R 204 of 504 ~ 40.48%
G 154 of 504 ~ 30.56%
B 146 of 504 ~ 28.97%

%40.48
%30.56
%28.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.51%
  • yellow value is 28.43%
  • key color value is 20.00%
CMYK:
(0,25,28,20)
C0M25Y28K20 
(0%,25%,28%,20%)
(0.00/0.25/0.28/0.20)	

CMYK percentages

%0
%24.51
%28.43
%20

Codes

Color #CC9A92 in popluar color models

CC9A92
RGB204154146
HSL36.25%68.63%
HSB/HSV28.43%80.00%
CMYK0.00%24.51%28.43%
20.00%

Color #CC9A92 in popluar number systems.

HEXCC9A92
Decimal204154146
Binary110011001001101010010010
Octal314232222

Shades and tints

Shades of #CC9A92

#CC9A92
(204,154,146)
#BA8C85
(186,140,133)
#A87E78
(168,126,120)
#96706B
(150,112,107)
#84625E
(132,98,94)
#725451
(114,84,81)
#604644
(96,70,68)
#4E3837
(78,56,55)
#3C2A2A
(60,42,42)
#2A1C1D
(42,28,29)
#180E10
(24,14,16)
#000000
(0,0,0)

Tints of #CC9A92

#CC9A92
(204,154,146)
#D0A39B
(208,163,155)
#D4ACA4
(212,172,164)
#D8B5AD
(216,181,173)
#DCBEB6
(220,190,182)
#E0C7BF
(224,199,191)
#E4D0C8
(228,208,200)
#E8D9D1
(232,217,209)
#ECE2DA
(236,226,218)
#F0EBE3
(240,235,227)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9A92; }

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

This text font color is #CC9A92.


Background Color

.myBgColor { background-color: #CC9A92; }

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

This div background color is #CC9A92.


Border color

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

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

This div border color is #CC9A92.


Opacity

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

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

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

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

This text has shadow with #CC9A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9A92 on black background.


Color preview on white background

This text has color #CC9A92 on white background.



Black color preview on #CC9A92 background

This text has black color on #CC9A92 background.


White color preview on #CC9A92 background

This text has white color on #CC9A92 background.