#CC96BB

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

Shades of Lily #CC96BB

Tints of Lily #CC96BB

Color information

#CC96BB (or 0xCC96BB) is unknown color: approx Lily. HEX triplet: CC, 96 and BB. RGB value is (204,150,187). Sum of RGB (Red+Green+Blue) = 204+150+187=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CC96BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96BB is #336944. Grayscale: #AAAAAA. Windows color (decimal): -3369285 or 12293836. OLE color: 12293836.

HSL color Cylindrical-coordinate representation of color #CC96BB: hue angle of 318.89º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CC96BB is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204150187-
CMYK00.260.080.2
HSL318.89º34.62%69.41%-
HSV(B)318.89º26.47%80%-
XYZ44.7838.2452.03-
YUV170.36137.39151.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 150 (58.98% from 255) = 27.73%
BLUE value IS 187 (73.44% from 255) = 34.57%
R=37.71%
G=27.73%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415018700.260.080.2318.8934.6269.41
HexCC96BB01A81413f2345
Octal314226273032102447743105
Binary1100110010010110101110110110101000101001001111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC96BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC96BB; }

 p { color: rgb(204,150,187); }

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

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

 a { background-color: rgb(204,150,187); }

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

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

 span { border-color: rgb(204,150,187); }

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