#CA9BBA

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

Shades of Lily #CA9BBA

Tints of Lily #CA9BBA

Color information

#CA9BBA (or 0xCA9BBA) is unknown color: approx Lily. HEX triplet: CA, 9B and BA. RGB value is (202,155,186). Sum of RGB (Red+Green+Blue) = 202+155+186=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BBA is #356445. Grayscale: #ACACAC. Windows color (decimal): -3499078 or 12229578. OLE color: 12229578.

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

Color convert

RGB202155186-
CMYK00.230.080.21
HSL320.43º30.72%70%-
HSV(B)320.43º23.27%79.22%-
XYZ44.9439.5451.72-
YUV172.59135.57148.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 155 (60.94% from 255) = 28.55%
BLUE value IS 186 (73.05% from 255) = 34.25%
R=37.20%
G=28.55%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215518600.230.080.21320.4330.7270
HexCA9BBA0178151401f46
Octal312233272027102550037106
Binary110010101001101110111010010111100010101101000000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BBA; }

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

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

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

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

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

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

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

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