#CA9BB3

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

Shades of Lily #CA9BB3

Tints of Lily #CA9BB3

Color information

#CA9BB3 (or 0xCA9BB3) is unknown color: approx Lily. HEX triplet: CA, 9B and B3. RGB value is (202,155,179). Sum of RGB (Red+Green+Blue) = 202+155+179=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BB3 is #35644C. Grayscale: #ABABAB. Windows color (decimal): -3499085 or 11770826. OLE color: 11770826.

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

Color convert

RGB202155179-
CMYK00.230.110.21
HSL329.36º30.72%70%-
HSV(B)329.36º23.27%79.22%-
XYZ44.2239.2547.89-
YUV171.79132.07149.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 155 (60.94% from 255) = 28.92%
BLUE value IS 179 (70.31% from 255) = 33.40%
R=37.69%
G=28.92%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215517900.230.110.21329.3630.7270
HexCA9BB3017B151491f46
Octal312233263027132551137106
Binary110010101001101110110011010111101110101101001001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BB3; }

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

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

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

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

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

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

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

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