#CA9BBB

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

Shades of Lily #CA9BBB

Tints of Lily #CA9BBB

Color information

#CA9BBB (or 0xCA9BBB) is unknown color: approx Lily. HEX triplet: CA, 9B and BB. RGB value is (202,155,187). Sum of RGB (Red+Green+Blue) = 202+155+187=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BBB is #356444. Grayscale: #ACACAC. Windows color (decimal): -3499077 or 12295114. OLE color: 12295114.

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

Color convert

RGB202155187-
CMYK00.230.070.21
HSL319.15º30.72%70%-
HSV(B)319.15º23.27%79.22%-
XYZ45.0539.5952.28-
YUV172.7136.07148.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 155 (60.94% from 255) = 28.49%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=37.13%
G=28.49%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215518700.230.070.21319.1530.7270
HexCA9BBB01771513f1f46
Octal31223327302772547737106
Binary11001010100110111011101101011111110101100111111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BBB; }

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

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

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

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

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

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

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

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