#CA9BB0

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

Shades of Lily #CA9BB0

Tints of Lily #CA9BB0

Color information

#CA9BB0 (or 0xCA9BB0) is unknown color: approx Lily. HEX triplet: CA, 9B and B0. RGB value is (202,155,176). Sum of RGB (Red+Green+Blue) = 202+155+176=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9BB0 is #35644F. Grayscale: #ABABAB. Windows color (decimal): -3499088 or 11574218. OLE color: 11574218.

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

Color convert

RGB202155176-
CMYK00.230.130.21
HSL333.19º30.72%70%-
HSV(B)333.19º23.27%79.22%-
XYZ43.9139.1346.31-
YUV171.45130.57149.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 155 (60.94% from 255) = 29.08%
BLUE value IS 176 (69.14% from 255) = 33.02%
R=37.90%
G=29.08%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215517600.230.130.21333.1930.7270
HexCA9BB0017D1514d1f46
Octal312233260027152551537106
Binary110010101001101110110000010111110110101101001101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BB0; }

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

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

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

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

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

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

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

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