#CC9A90

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

Shades of Rose #CC9A90

Tints of Rose #CC9A90

Color information

#CC9A90 (or 0xCC9A90) is unknown color: approx Rose. HEX triplet: CC, 9A and 90. RGB value is (204,154,144). Sum of RGB (Red+Green+Blue) = 204+154+144=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9A90 is #33656F. Grayscale: #A7A7A7. Windows color (decimal): -3368304 or 9476812. OLE color: 9476812.

HSL color Cylindrical-coordinate representation of color #CC9A90: hue angle of 10º 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 #CC9A90 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB204154144-
CMYK00.250.290.2
HSL10º37.04%68.24%-
HSV(B)10º29.41%80%-
XYZ41.4937.9631.53-
YUV167.81114.56153.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 154 (60.55% from 255) = 30.68%
BLUE value IS 144 (56.64% from 255) = 28.69%
R=40.64%
G=30.68%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415414400.250.290.21037.0468.24
HexCC9A900191D14a2544
Octal31423222003135241245104
Binary110011001001101010010000011001111011010010101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9A90; }

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

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

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

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

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

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

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

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