#CAA7BA

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

Shades of Lily #CAA7BA

Tints of Lily #CAA7BA

Color information

#CAA7BA (or 0xCAA7BA) is unknown color: approx Lily. HEX triplet: CA, A7 and BA. RGB value is (202,167,186). Sum of RGB (Red+Green+Blue) = 202+167+186=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7BA is #355845. Grayscale: #B3B3B3. Windows color (decimal): -3496006 or 12232650. OLE color: 12232650.

HSL color Cylindrical-coordinate representation of color #CAA7BA: hue angle of 327.43º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAA7BA is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202167186-
CMYK00.170.080.21
HSL327.43º24.82%72.35%-
HSV(B)327.43º17.33%79.22%-
XYZ47.0443.7452.42-
YUV179.63131.6143.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.40%
GREEN value IS 167 (65.62% from 255) = 30.09%
BLUE value IS 186 (73.05% from 255) = 33.51%
R=36.40%
G=30.09%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216718600.170.080.21327.4324.8272.35
HexCAA7BA0118151471948
Octal312247272021102550731110
Binary110010101010011110111010010001100010101101000111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA7BA; }

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

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

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

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

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

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

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

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