Shades of Lily #CAA2B8
Tints of Lily #CAA2B8
RGB
CMYK
RGB Variations
Color information
#CAA2B8 (or 0xCAA2B8) is known color: Lily. HEX triplet: CA, A2 and B8. RGB value is (202,162,184). Sum of RGB (Red+Green+Blue) = 202+162+184=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 162 (63.67% from 255 or 29.56% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA2B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2B8 is #355D47. Grayscale: #B0B0B0. Windows color (decimal): -3497288 or 12100298. OLE color: 12100298.
HSL color Cylindrical-coordinate representation of color #CAA2B8: hue angle of 327º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAA2B8 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 162 | 184 | - |
CMYK | 0 | 0.20 | 0.09 | 0.21 |
HSL | 327º | 0.27% | 0.71% | - |
HSV(B) | 327º | 0.2% | 0.79% | - |
XYZ | 45.93 | 41.86 | 51.01 | - |
YUV | 176.47 | 132.25 | 146.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 162 | 184 | 0 | 0.20 | 0.09 | 0.21 | 327 | 0.27 | 0.71 |
Hex | CA | A2 | B8 | 0 | 14 | 9 | 15 | 147 | 1B | 47 |
Octal | 312 | 242 | 270 | 0 | 24 | 11 | 25 | 507 | 33 | 107 |
Binary | 11001010 | 10100010 | 10111000 | 0 | 10100 | 1001 | 10101 | 101000111 | 11011 | 1000111 |
Color Harmonies of #CAA2B8
Complementary color
Monochromatic Colors of #CAA2B8
Black with #CAA2B8
Text Example
Text Example
White with #CAA2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA2B8; }
p { color: rgb(202,162,184); }
H1.HeaderClassName
{
color: #CAA2B8;
}
.AnyTagClassName
{
color: #CAA2B8;
}
</style>
background-color css
<style>
a { background-color: #CAA2B8; }
a { background-color: rgb(202,162,184); }
div.DivClassName
{
background-color: #CAA2B8;
}
.BgClassName
{
background-color: #CAA2B8;
}
</style>
border-color css
<style>
span { border-color: #CAA2B8; }
span { border-color: rgb(202,162,184); }
td.TdClassName
{
border-color: #CAA2B8;
}
.TagClassName
{
border-color: #CAA2B8;
}
</style>