#CC96B6

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

Shades of Lily #CC96B6

Tints of Lily #CC96B6

Color information

#CC96B6 (or 0xCC96B6) is unknown color: approx Lily. HEX triplet: CC, 96 and B6. RGB value is (204,150,182). Sum of RGB (Red+Green+Blue) = 204+150+182=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CC96B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96B6 is #336949. Grayscale: #A9A9A9. Windows color (decimal): -3369290 or 11966156. OLE color: 11966156.

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

Color convert

RGB204150182-
CMYK00.260.110.2
HSL324.44º34.62%69.41%-
HSV(B)324.44º26.47%80%-
XYZ44.2538.0349.26-
YUV169.79134.89152.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.06%
GREEN value IS 150 (58.98% from 255) = 27.99%
BLUE value IS 182 (71.48% from 255) = 33.96%
R=38.06%
G=27.99%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415018200.260.110.2324.4434.6269.41
HexCC96B601AB141442345
Octal314226266032132450443105
Binary1100110010010110101101100110101011101001010001001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC96B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC96B6; }

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

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

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

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

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

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

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

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