#CC9E8E

Color #CC9E8E Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose #CC9E8E

Tints of Rose #CC9E8E

Color information

#CC9E8E (or 0xCC9E8E) is unknown color: approx Rose. HEX triplet: CC, 9E and 8E. RGB value is (204,158,142). Sum of RGB (Red+Green+Blue) = 204+158+142=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9E8E is #336171. Grayscale: #AAAAAA. Windows color (decimal): -3367282 or 9346764. OLE color: 9346764.

HSL color Cylindrical-coordinate representation of color #CC9E8E: hue angle of 15.48º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC9E8E is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB204158142-
CMYK00.230.300.2
HSL15.48º37.8%67.84%-
HSV(B)15.48º30.39%80%-
XYZ42.0139.2430.95-
YUV169.93112.24152.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 142 (55.86% from 255) = 28.17%
R=40.48%
G=31.35%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415814200.230.300.215.4837.867.84
HexCC9E8E0171E14f2644
Octal31423621602736241746104
Binary110011001001111010001110010111111101010011111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9E8E; }

 p { color: rgb(204,158,142); }

 H1.HeaderClassName
 {
   color: #CC9E8E;
 }
 .AnyTagClassName
 {
   color: #CC9E8E;
 }
</style>
background-color css

<style>
 a { background-color: #CC9E8E; }

 a { background-color: rgb(204,158,142); }

 div.DivClassName
 {
   background-color: #CC9E8E;
 }
 .BgClassName
 {
   background-color: #CC9E8E;
 }
</style>
border-color css

<style>
 span { border-color: #CC9E8E; }

 span { border-color: rgb(204,158,142); }

 td.TdClassName
 {
   border-color: #CC9E8E;
 }
 .TagClassName
 {
   border-color: #CC9E8E;
 }
</style>