#CA9BB6

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

Shades of Lily #CA9BB6

Tints of Lily #CA9BB6

Color information

#CA9BB6 (or 0xCA9BB6) is unknown color: approx Lily. HEX triplet: CA, 9B and B6. RGB value is (202,155,182). Sum of RGB (Red+Green+Blue) = 202+155+182=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 182 (71.48% from 255 or 33.77% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BB6 is #356449. Grayscale: #ACACAC. Windows color (decimal): -3499082 or 11967434. OLE color: 11967434.

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

Color convert

RGB202155182-
CMYK00.230.100.21
HSL325.53º30.72%70%-
HSV(B)325.53º23.27%79.22%-
XYZ44.5239.3849.51-
YUV172.13133.57149.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 155 (60.94% from 255) = 28.76%
BLUE value IS 182 (71.48% from 255) = 33.77%
R=37.48%
G=28.76%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215518200.230.100.21325.5330.7270
HexCA9BB6017A151461f46
Octal312233266027122550637106
Binary110010101001101110110110010111101010101101000110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BB6; }

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

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

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

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

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

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

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

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