#CC9E91

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

Shades of Rose #CC9E91

Tints of Rose #CC9E91

Color information

#CC9E91 (or 0xCC9E91) is unknown color: approx Rose. HEX triplet: CC, 9E and 91. RGB value is (204,158,145). Sum of RGB (Red+Green+Blue) = 204+158+145=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9E91 is #33616E. Grayscale: #AAAAAA. Windows color (decimal): -3367279 or 9543372. OLE color: 9543372.

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

Color convert

RGB204158145-
CMYK00.230.290.2
HSL13.22º36.65%68.43%-
HSV(B)13.22º28.92%80%-
XYZ42.2439.3432.15-
YUV170.27113.74152.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 158 (62.11% from 255) = 31.16%
BLUE value IS 145 (57.03% from 255) = 28.60%
R=40.24%
G=31.16%
B=28.60%

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
Decimal20415814500.230.290.213.2236.6568.43
HexCC9E910171D14d2544
Octal31423622102735241545104
Binary110011001001111010010001010111111011010011011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9E91; }

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

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

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

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

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

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

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

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