Shades of Lily #CAA4B5
Tints of Lily #CAA4B5
RGB
CMYK
RGB Variations
Color information
#CAA4B5 (or 0xCAA4B5) is known color: Lily. HEX triplet: CA, A4 and B5. RGB value is (202,164,181). Sum of RGB (Red+Green+Blue) = 202+164+181=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 164 (64.45% from 255 or 29.98% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA4B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4B5 is #355B4A. Grayscale: #B1B1B1. Windows color (decimal): -3496779 or 11904202. OLE color: 11904202.
HSL color Cylindrical-coordinate representation of color #CAA4B5: hue angle of 333.16º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAA4B5 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 164 | 181 | - |
CMYK | 0 | 0.19 | 0.10 | 0.21 |
HSL | 333.16º | 0.26% | 0.72% | - |
HSV(B) | 333.16º | 0.19% | 0.79% | - |
XYZ | 45.97 | 42.44 | 49.49 | - |
YUV | 177.3 | 130.09 | 145.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 164 | 181 | 0 | 0.19 | 0.10 | 0.21 | 333.16 | 0.26 | 0.72 |
Hex | CA | A4 | B5 | 0 | 13 | A | 15 | 14D | 1A | 48 |
Octal | 312 | 244 | 265 | 0 | 23 | 12 | 25 | 515 | 32 | 110 |
Binary | 11001010 | 10100100 | 10110101 | 0 | 10011 | 1010 | 10101 | 101001101 | 11010 | 1001000 |
Color Harmonies of #CAA4B5
Complementary color
Monochromatic Colors of #CAA4B5
Black with #CAA4B5
Text Example
Text Example
White with #CAA4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA4B5; }
p { color: rgb(202,164,181); }
H1.HeaderClassName
{
color: #CAA4B5;
}
.AnyTagClassName
{
color: #CAA4B5;
}
</style>
background-color css
<style>
a { background-color: #CAA4B5; }
a { background-color: rgb(202,164,181); }
div.DivClassName
{
background-color: #CAA4B5;
}
.BgClassName
{
background-color: #CAA4B5;
}
</style>
border-color css
<style>
span { border-color: #CAA4B5; }
span { border-color: rgb(202,164,181); }
td.TdClassName
{
border-color: #CAA4B5;
}
.TagClassName
{
border-color: #CAA4B5;
}
</style>