#CC9991

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

Shades of Rose #CC9991

Tints of Rose #CC9991

Color information

#CC9991 (or 0xCC9991) is unknown color: approx Rose. HEX triplet: CC, 99 and 91. RGB value is (204,153,145). Sum of RGB (Red+Green+Blue) = 204+153+145=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9991 is #33666E. Grayscale: #A7A7A7. Windows color (decimal): -3368559 or 9542092. OLE color: 9542092.

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

Color convert

RGB204153145-
CMYK00.250.290.2
HSL8.14º36.65%68.43%-
HSV(B)8.14º28.92%80%-
XYZ41.437.6631.88-
YUV167.34115.4154.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 145 (57.03% from 255) = 28.88%
R=40.64%
G=30.48%
B=28.88%

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
Decimal20415314500.250.290.28.1436.6568.43
HexCC99910191D1482544
Octal31423122103135241045104
Binary110011001001100110010001011001111011010010001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9991; }

 p { color: rgb(204,153,145); }

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

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

 a { background-color: rgb(204,153,145); }

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

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

 span { border-color: rgb(204,153,145); }

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