#CA9AB0

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

Shades of Lily #CA9AB0

Tints of Lily #CA9AB0

Color information

#CA9AB0 (or 0xCA9AB0) is unknown color: approx Lily. HEX triplet: CA, 9A and B0. RGB value is (202,154,176). Sum of RGB (Red+Green+Blue) = 202+154+176=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9AB0 is #35654F. Grayscale: #AAAAAA. Windows color (decimal): -3499344 or 11573962. OLE color: 11573962.

HSL color Cylindrical-coordinate representation of color #CA9AB0: hue angle of 332.5º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CA9AB0 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB202154176-
CMYK00.240.130.21
HSL332.5º31.17%69.8%-
HSV(B)332.5º23.76%79.22%-
XYZ43.7538.846.26-
YUV170.86130.9150.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 176 (69.14% from 255) = 33.08%
R=37.97%
G=28.95%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215417600.240.130.21332.531.1769.8
HexCA9AB0018D1514c1f46
Octal312232260030152551437106
Binary110010101001101010110000011000110110101101001100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9AB0; }

 p { color: rgb(202,154,176); }

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

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

 a { background-color: rgb(202,154,176); }

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

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

 span { border-color: rgb(202,154,176); }

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