#CA96AC

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

Shades of Lily #CA96AC

Tints of Lily #CA96AC

Color information

#CA96AC (or 0xCA96AC) is unknown color: approx Lily. HEX triplet: CA, 96 and AC. RGB value is (202,150,172). Sum of RGB (Red+Green+Blue) = 202+150+172=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CA96AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA96AC is #356953. Grayscale: #A8A8A8. Windows color (decimal): -3500372 or 11310794. OLE color: 11310794.

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

Color convert

RGB202150172-
CMYK00.260.150.21
HSL334.62º32.91%69.02%-
HSV(B)334.62º25.74%79.22%-
XYZ42.7137.3543.99-
YUV168.06130.23152.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 172 (67.58% from 255) = 32.82%
R=38.55%
G=28.63%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215017200.260.150.21334.6232.9169.02
HexCA96AC01AF1514f2145
Octal312226254032172551741105
Binary1100101010010110101011000110101111101011010011111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA96AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA96AC; }

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

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

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

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

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

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

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

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