#CC96B1

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

Shades of Lily #CC96B1

Tints of Lily #CC96B1

Color information

#CC96B1 (or 0xCC96B1) is unknown color: approx Lily. HEX triplet: CC, 96 and B1. RGB value is (204,150,177). Sum of RGB (Red+Green+Blue) = 204+150+177=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CC96B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC96B1 is #33694E. Grayscale: #A9A9A9. Windows color (decimal): -3369295 or 11638476. OLE color: 11638476.

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

Color convert

RGB204150177-
CMYK00.260.130.2
HSL330º34.62%69.41%-
HSV(B)330º26.47%80%-
XYZ43.7437.8246.59-
YUV169.22132.39152.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 150 (58.98% from 255) = 28.25%
BLUE value IS 177 (69.53% from 255) = 33.33%
R=38.42%
G=28.25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415017700.260.130.233034.6269.41
HexCC96B101AD1414a2345
Octal314226261032152451243105
Binary1100110010010110101100010110101101101001010010101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC96B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC96B1; }

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

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

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

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

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

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

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

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