#CAA0B5

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

Shades of Lily #CAA0B5

Tints of Lily #CAA0B5

Color information

#CAA0B5 (or 0xCAA0B5) is unknown color: approx Lily. HEX triplet: CA, A0 and B5. RGB value is (202,160,181). Sum of RGB (Red+Green+Blue) = 202+160+181=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0B5 is #355F4A. Grayscale: #AEAEAE. Windows color (decimal): -3497803 or 11903178. OLE color: 11903178.

HSL color Cylindrical-coordinate representation of color #CAA0B5: hue angle of 330º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAA0B5 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB202160181-
CMYK00.210.100.21
HSL330º28.38%70.98%-
HSV(B)330º20.79%79.22%-
XYZ45.2741.0349.25-
YUV174.95131.41147.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 160 (62.89% from 255) = 29.47%
BLUE value IS 181 (71.09% from 255) = 33.33%
R=37.20%
G=29.47%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216018100.210.100.2133028.3870.98
HexCAA0B5015A1514a1c47
Octal312240265025122551234107
Binary110010101010000010110101010101101010101101001010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0B5; }

 p { color: rgb(202,160,181); }

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

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

 a { background-color: rgb(202,160,181); }

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

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

 span { border-color: rgb(202,160,181); }

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