Shades of Lilac #CAA7C7
Tints of Lilac #CAA7C7
RGB
CMYK
RGB Variations
Color information
#CAA7C7 (or 0xCAA7C7) is known color: Lilac. HEX triplet: CA, A7 and C7. RGB value is (202,167,199). Sum of RGB (Red+Green+Blue) = 202+167+199=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA7C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7C7 is #355838. Grayscale: #B5B5B5. Windows color (decimal): -3495993 or 13084618. OLE color: 13084618.
HSL color Cylindrical-coordinate representation of color #CAA7C7: hue angle of 305.14º 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 #CAA7C7 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 199 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.21 |
| HSL | 305.14º | 0.25% | 0.72% | - |
| HSV(B) | 305.14º | 0.17% | 0.79% | - |
| XYZ | 48.48 | 44.32 | 60.03 | - |
| YUV | 181.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 199 | 0 | 0.17 | 0.01 | 0.21 | 305.14 | 0.25 | 0.72 |
| Hex | CA | A7 | C7 | 0 | 11 | 1 | 15 | 131 | 19 | 48 |
| Octal | 312 | 247 | 307 | 0 | 21 | 1 | 25 | 461 | 31 | 110 |
| Binary | 11001010 | 10100111 | 11000111 | 0 | 10001 | 1 | 10101 | 100110001 | 11001 | 1001000 |
Color Harmonies of #CAA7C7
Complementary color
Monochromatic Colors of #CAA7C7
Black with #CAA7C7
Text Example
Text Example
White with #CAA7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA7C7; }
p { color: rgb(202,167,199); }
H1.HeaderClassName
{
color: #CAA7C7;
}
.AnyTagClassName
{
color: #CAA7C7;
}
</style>
background-color css
<style>
a { background-color: #CAA7C7; }
a { background-color: rgb(202,167,199); }
div.DivClassName
{
background-color: #CAA7C7;
}
.BgClassName
{
background-color: #CAA7C7;
}
</style>
border-color css
<style>
span { border-color: #CAA7C7; }
span { border-color: rgb(202,167,199); }
td.TdClassName
{
border-color: #CAA7C7;
}
.TagClassName
{
border-color: #CAA7C7;
}
</style>