#CAA0B8

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

Shades of Lily #CAA0B8

Tints of Lily #CAA0B8

Color information

#CAA0B8 (or 0xCAA0B8) is unknown color: approx Lily. HEX triplet: CA, A0 and B8. RGB value is (202,160,184). Sum of RGB (Red+Green+Blue) = 202+160+184=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA0B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0B8 is #355F47. Grayscale: #AFAFAF. Windows color (decimal): -3497800 or 12099786. OLE color: 12099786.

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

Color convert

RGB202160184-
CMYK00.210.090.21
HSL325.71º28.38%70.98%-
HSV(B)325.71º20.79%79.22%-
XYZ45.5841.1650.89-
YUV175.29132.91147.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 160 (62.89% from 255) = 29.30%
BLUE value IS 184 (72.27% from 255) = 33.70%
R=37.00%
G=29.30%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216018400.210.090.21325.7128.3870.98
HexCAA0B80159151461c47
Octal312240270025112550634107
Binary110010101010000010111000010101100110101101000110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0B8; }

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

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

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

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

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

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

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

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