#CA9BB8

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

Shades of Lily #CA9BB8

Tints of Lily #CA9BB8

Color information

#CA9BB8 (or 0xCA9BB8) is unknown color: approx Lily. HEX triplet: CA, 9B and B8. RGB value is (202,155,184). Sum of RGB (Red+Green+Blue) = 202+155+184=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 184 (72.27% from 255 or 34.01% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BB8 is #356447. Grayscale: #ACACAC. Windows color (decimal): -3499080 or 12098506. OLE color: 12098506.

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

Color convert

RGB202155184-
CMYK00.230.090.21
HSL322.98º30.72%70%-
HSV(B)322.98º23.27%79.22%-
XYZ44.7339.4650.61-
YUV172.36134.57149.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 155 (60.94% from 255) = 28.65%
BLUE value IS 184 (72.27% from 255) = 34.01%
R=37.34%
G=28.65%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215518400.230.090.21322.9830.7270
HexCA9BB80179151431f46
Octal312233270027112550337106
Binary110010101001101110111000010111100110101101000011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BB8; }

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

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

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

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

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

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

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

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