COLOR #CC9092

HEX: #CC9092
RGB: (204,144,146)

Color info

#CC9092 contains mainly red and blue colors. Web safe color of #CC9092 is #CC9999 (or #C99).

RGB color model

#CC9092 color RGB value is (204,144,146).

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

RGB channels and saturation

R 204 of 255 = 80%
G 144 of 255 = 56%
B 146 of 255 = 57%

204
144
146

R + G + B ~ 64%. #CC9092 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 144 + 146 = 494 (100%)
R 204 of 494 ~ 41.3%
G 144 of 494 ~ 29.15%
B 146 of 494 ~ 29.55%

%41.3
%29.15
%29.55

CMYK color model

#CC9092 color CMYK value is (0,29,28,20).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 28.43%
  • key color value is 20.00%
CMYK:
(0,29,28,20)
C0M29Y28K20 
(0%,29%,28%,20%)
(0.00/0.29/0.28/0.20)	

CMYK percentages

%0
%29.41
%28.43
%20

Codes

Color #CC9092 in popluar color models

CC9092
RGB204144146
HSL358°37.04%68.24%
HSB/HSV358°29.41%80.00%
CMYK0.00%29.41%28.43%
20.00%

Color #CC9092 in popluar number systems.

HEXCC9092
Decimal204144146
Binary110011001001000010010010
Octal314220222

Shades and tints

Shades of #CC9092

#CC9092
(204,144,146)
#BA8385
(186,131,133)
#A87678
(168,118,120)
#96696B
(150,105,107)
#845C5E
(132,92,94)
#724F51
(114,79,81)
#604244
(96,66,68)
#4E3537
(78,53,55)
#3C282A
(60,40,42)
#2A1B1D
(42,27,29)
#180E10
(24,14,16)
#000000
(0,0,0)

Tints of #CC9092

#CC9092
(204,144,146)
#D09A9B
(208,154,155)
#D4A4A4
(212,164,164)
#D8AEAD
(216,174,173)
#DCB8B6
(220,184,182)
#E0C2BF
(224,194,191)
#E4CCC8
(228,204,200)
#E8D6D1
(232,214,209)
#ECE0DA
(236,224,218)
#F0EAE3
(240,234,227)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9092; }

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

This text font color is #CC9092.


Background Color

.myBgColor { background-color: #CC9092; }

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

This div background color is #CC9092.


Border color

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

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

This div border color is #CC9092.


Opacity

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

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

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

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

This text has shadow with #CC9092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9092 on black background.


Color preview on white background

This text has color #CC9092 on white background.



Black color preview on #CC9092 background

This text has black color on #CC9092 background.


White color preview on #CC9092 background

This text has white color on #CC9092 background.