#CA81AB

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

Shades of Lily #CA81AB

Tints of Lily #CA81AB

Color information

#CA81AB (or 0xCA81AB) is unknown color: approx Lily. HEX triplet: CA, 81 and AB. RGB value is (202,129,171). Sum of RGB (Red+Green+Blue) = 202+129+171=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA81AB is #357E54. Grayscale: #9B9B9B. Windows color (decimal): -3505749 or 11239882. OLE color: 11239882.

HSL color Cylindrical-coordinate representation of color #CA81AB: hue angle of 325.48º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA81AB is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB202129171-
CMYK00.360.150.21
HSL325.48º40.78%64.9%-
HSV(B)325.48º36.14%79.22%-
XYZ39.5631.242.46-
YUV155.61136.68161.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 129 (50.78% from 255) = 25.70%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=40.24%
G=25.70%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212917100.360.150.21325.4840.7864.9
HexCA81AB024F151452941
Octal312201253044172550551101
Binary11001010100000011010101101001001111101011010001011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA81AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA81AB; }

 p { color: rgb(202,129,171); }

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

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

 a { background-color: rgb(202,129,171); }

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

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

 span { border-color: rgb(202,129,171); }

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