Shades of Lilac #CAA7C5
Tints of Lilac #CAA7C5
RGB
CMYK
RGB Variations
Color information
#CAA7C5 (or 0xCAA7C5) is known color: Lilac. HEX triplet: CA, A7 and C5. RGB value is (202,167,197). Sum of RGB (Red+Green+Blue) = 202+167+197=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 167 (65.62% from 255 or 29.51% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA7C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7C5 is #35583A. Grayscale: #B4B4B4. Windows color (decimal): -3495995 or 12953546. OLE color: 12953546.
HSL color Cylindrical-coordinate representation of color #CAA7C5: hue angle of 308.57º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAA7C5 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 197 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.21 |
| HSL | 308.57º | 0.25% | 0.72% | - |
| HSV(B) | 308.57º | 0.17% | 0.79% | - |
| XYZ | 48.25 | 44.23 | 58.82 | - |
| YUV | 180.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 197 | 0 | 0.17 | 0.02 | 0.21 | 308.57 | 0.25 | 0.72 |
| Hex | CA | A7 | C5 | 0 | 11 | 2 | 15 | 135 | 19 | 48 |
| Octal | 312 | 247 | 305 | 0 | 21 | 2 | 25 | 465 | 31 | 110 |
| Binary | 11001010 | 10100111 | 11000101 | 0 | 10001 | 10 | 10101 | 100110101 | 11001 | 1001000 |
Color Harmonies of #CAA7C5
Complementary color
Monochromatic Colors of #CAA7C5
Black with #CAA7C5
Text Example
Text Example
White with #CAA7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA7C5; }
p { color: rgb(202,167,197); }
H1.HeaderClassName
{
color: #CAA7C5;
}
.AnyTagClassName
{
color: #CAA7C5;
}
</style>
background-color css
<style>
a { background-color: #CAA7C5; }
a { background-color: rgb(202,167,197); }
div.DivClassName
{
background-color: #CAA7C5;
}
.BgClassName
{
background-color: #CAA7C5;
}
</style>
border-color css
<style>
span { border-color: #CAA7C5; }
span { border-color: rgb(202,167,197); }
td.TdClassName
{
border-color: #CAA7C5;
}
.TagClassName
{
border-color: #CAA7C5;
}
</style>