#CC9D90

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

Shades of Rose #CC9D90

Tints of Rose #CC9D90

Color information

#CC9D90 (or 0xCC9D90) is unknown color: approx Rose. HEX triplet: CC, 9D and 90. RGB value is (204,157,144). Sum of RGB (Red+Green+Blue) = 204+157+144=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9D90 is #33626F. Grayscale: #A9A9A9. Windows color (decimal): -3367536 or 9477580. OLE color: 9477580.

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

Color convert

RGB204157144-
CMYK00.230.290.2
HSL13º37.04%68.24%-
HSV(B)13º29.41%80%-
XYZ41.9938.9631.69-
YUV169.57113.57152.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 144 (56.64% from 255) = 28.51%
R=40.40%
G=31.09%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415714400.230.290.21337.0468.24
HexCC9D900171D14d2544
Octal31423522002735241545104
Binary110011001001110110010000010111111011010011011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9D90; }

 p { color: rgb(204,157,144); }

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

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

 a { background-color: rgb(204,157,144); }

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

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

 span { border-color: rgb(204,157,144); }

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