Shades of Lily #CAA2B2
Tints of Lily #CAA2B2
RGB
CMYK
RGB Variations
Color information
#CAA2B2 (or 0xCAA2B2) is known color: Lily. HEX triplet: CA, A2 and B2. RGB value is (202,162,178). Sum of RGB (Red+Green+Blue) = 202+162+178=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA2B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA2B2 is #355D4D. Grayscale: #AFAFAF. Windows color (decimal): -3497294 or 11707082. OLE color: 11707082.
HSL color Cylindrical-coordinate representation of color #CAA2B2: hue angle of 336º 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 #CAA2B2 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 178 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.21 |
| HSL | 336º | 0.27% | 0.71% | - |
| HSV(B) | 336º | 0.2% | 0.79% | - |
| XYZ | 45.31 | 41.61 | 47.76 | - |
| YUV | 175.78 | 129.25 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 178 | 0 | 0.20 | 0.12 | 0.21 | 336 | 0.27 | 0.71 |
| Hex | CA | A2 | B2 | 0 | 14 | C | 15 | 150 | 1B | 47 |
| Octal | 312 | 242 | 262 | 0 | 24 | 14 | 25 | 520 | 33 | 107 |
| Binary | 11001010 | 10100010 | 10110010 | 0 | 10100 | 1100 | 10101 | 101010000 | 11011 | 1000111 |
Color Harmonies of #CAA2B2
Complementary color
Monochromatic Colors of #CAA2B2
Black with #CAA2B2
Text Example
Text Example
White with #CAA2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA2B2; }
p { color: rgb(202,162,178); }
H1.HeaderClassName
{
color: #CAA2B2;
}
.AnyTagClassName
{
color: #CAA2B2;
}
</style>
background-color css
<style>
a { background-color: #CAA2B2; }
a { background-color: rgb(202,162,178); }
div.DivClassName
{
background-color: #CAA2B2;
}
.BgClassName
{
background-color: #CAA2B2;
}
</style>
border-color css
<style>
span { border-color: #CAA2B2; }
span { border-color: rgb(202,162,178); }
td.TdClassName
{
border-color: #CAA2B2;
}
.TagClassName
{
border-color: #CAA2B2;
}
</style>