#CC96BF

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

Shades of Lily #CC96BF

Tints of Lily #CC96BF

Color information

#CC96BF (or 0xCC96BF) is unknown color: approx Lily. HEX triplet: CC, 96 and BF. RGB value is (204,150,191). Sum of RGB (Red+Green+Blue) = 204+150+191=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CC96BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96BF is #336940. Grayscale: #AAAAAA. Windows color (decimal): -3369281 or 12555980. OLE color: 12555980.

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

Color convert

RGB204150191-
CMYK00.260.060.2
HSL314.44º34.62%69.41%-
HSV(B)314.44º26.47%80%-
XYZ45.2138.4154.32-
YUV170.82139.39151.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 150 (58.98% from 255) = 27.52%
BLUE value IS 191 (75% from 255) = 35.05%
R=37.43%
G=27.52%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415019100.260.060.2314.4434.6269.41
HexCC96BF01A61413a2345
Octal31422627703262447243105
Binary110011001001011010111111011010110101001001110101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC96BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC96BF; }

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

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

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

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

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

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

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

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