Shades of Lily #CAA5B2
Tints of Lily #CAA5B2
RGB
CMYK
RGB Variations
Color information
#CAA5B2 (or 0xCAA5B2) is known color: Lily. HEX triplet: CA, A5 and B2. RGB value is (202,165,178). Sum of RGB (Red+Green+Blue) = 202+165+178=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA5B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA5B2 is #355A4D. Grayscale: #B1B1B1. Windows color (decimal): -3496526 or 11707850. OLE color: 11707850.
HSL color Cylindrical-coordinate representation of color #CAA5B2: hue angle of 338.92º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAA5B2 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 178 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.21 |
| HSL | 338.92º | 0.26% | 0.72% | - |
| HSV(B) | 338.92º | 0.18% | 0.79% | - |
| XYZ | 45.85 | 42.68 | 47.94 | - |
| YUV | 177.55 | 128.26 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 178 | 0 | 0.18 | 0.12 | 0.21 | 338.92 | 0.26 | 0.72 |
| Hex | CA | A5 | B2 | 0 | 12 | C | 15 | 153 | 1A | 48 |
| Octal | 312 | 245 | 262 | 0 | 22 | 14 | 25 | 523 | 32 | 110 |
| Binary | 11001010 | 10100101 | 10110010 | 0 | 10010 | 1100 | 10101 | 101010011 | 11010 | 1001000 |
Color Harmonies of #CAA5B2
Complementary color
Monochromatic Colors of #CAA5B2
Black with #CAA5B2
Text Example
Text Example
White with #CAA5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA5B2; }
p { color: rgb(202,165,178); }
H1.HeaderClassName
{
color: #CAA5B2;
}
.AnyTagClassName
{
color: #CAA5B2;
}
</style>
background-color css
<style>
a { background-color: #CAA5B2; }
a { background-color: rgb(202,165,178); }
div.DivClassName
{
background-color: #CAA5B2;
}
.BgClassName
{
background-color: #CAA5B2;
}
</style>
border-color css
<style>
span { border-color: #CAA5B2; }
span { border-color: rgb(202,165,178); }
td.TdClassName
{
border-color: #CAA5B2;
}
.TagClassName
{
border-color: #CAA5B2;
}
</style>