#CC9BB7

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

Shades of Lily #CC9BB7

Tints of Lily #CC9BB7

Color information

#CC9BB7 (or 0xCC9BB7) is unknown color: approx Lily. HEX triplet: CC, 9B and B7. RGB value is (204,155,183). Sum of RGB (Red+Green+Blue) = 204+155+183=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9BB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BB7 is #336448. Grayscale: #ACACAC. Windows color (decimal): -3368009 or 12032972. OLE color: 12032972.

HSL color Cylindrical-coordinate representation of color #CC9BB7: hue angle of 325.71º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CC9BB7 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB204155183-
CMYK00.240.100.2
HSL325.71º32.45%70.39%-
HSV(B)325.71º24.02%80%-
XYZ45.1739.750.08-
YUV172.84133.73150.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 155 (60.94% from 255) = 28.60%
BLUE value IS 183 (71.88% from 255) = 33.76%
R=37.64%
G=28.60%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415518300.240.100.2325.7132.4570.39
HexCC9BB7018A141462046
Octal314233267030122450640106
Binary1100110010011011101101110110001010101001010001101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9BB7; }

 p { color: rgb(204,155,183); }

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

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

 a { background-color: rgb(204,155,183); }

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

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

 span { border-color: rgb(204,155,183); }

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