#CA96BB

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

Shades of Lily #CA96BB

Tints of Lily #CA96BB

Color information

#CA96BB (or 0xCA96BB) is unknown color: approx Lily. HEX triplet: CA, 96 and BB. RGB value is (202,150,187). Sum of RGB (Red+Green+Blue) = 202+150+187=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CA96BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA96BB is #356944. Grayscale: #A9A9A9. Windows color (decimal): -3500357 or 12293834. OLE color: 12293834.

HSL color Cylindrical-coordinate representation of color #CA96BB: hue angle of 317.31º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA96BB is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202150187-
CMYK00.260.070.21
HSL317.31º32.91%69.02%-
HSV(B)317.31º25.74%79.22%-
XYZ44.2337.9652.01-
YUV169.77137.73150.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 150 (58.98% from 255) = 27.83%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=37.48%
G=27.83%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215018700.260.070.21317.3132.9169.02
HexCA96BB01A71513d2145
Octal31222627303272547541105
Binary110010101001011010111011011010111101011001111011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA96BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA96BB; }

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

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

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

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

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

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

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

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