#CA9BB5

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

Shades of Lily #CA9BB5

Tints of Lily #CA9BB5

Color information

#CA9BB5 (or 0xCA9BB5) is unknown color: approx Lily. HEX triplet: CA, 9B and B5. RGB value is (202,155,181). Sum of RGB (Red+Green+Blue) = 202+155+181=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BB5 is #35644A. Grayscale: #ABABAB. Windows color (decimal): -3499083 or 11901898. OLE color: 11901898.

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

Color convert

RGB202155181-
CMYK00.230.100.21
HSL326.81º30.72%70%-
HSV(B)326.81º23.27%79.22%-
XYZ44.4239.3448.97-
YUV172.02133.07149.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 155 (60.94% from 255) = 28.81%
BLUE value IS 181 (71.09% from 255) = 33.64%
R=37.55%
G=28.81%
B=33.64%

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
Decimal20215518100.230.100.21326.8130.7270
HexCA9BB5017A151471f46
Octal312233265027122550737106
Binary110010101001101110110101010111101010101101000111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BB5; }

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

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

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

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

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

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

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

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