Shades of Lilac #C0AFBF
Tints of Lilac #C0AFBF
RGB
CMYK
RGB Variations
Color information
#C0AFBF (or 0xC0AFBF) is known color: Lilac. HEX triplet: C0, AF and BF. RGB value is (192,175,191). Sum of RGB (Red+Green+Blue) = 192+175+191=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFBF is #3F5040. Grayscale: #B5B5B5. Windows color (decimal): -4149313 or 12562368. OLE color: 12562368.
HSL color Cylindrical-coordinate representation of color #C0AFBF: hue angle of 303.53º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0AFBF is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 191 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.25 |
| HSL | 303.53º | 0.12% | 0.72% | - |
| HSV(B) | 303.53º | 0.09% | 0.75% | - |
| XYZ | 46.47 | 45.63 | 55.65 | - |
| YUV | 181.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 191 | 0 | 0.09 | 0.01 | 0.25 | 303.53 | 0.12 | 0.72 |
| Hex | C0 | AF | BF | 0 | 9 | 1 | 19 | 130 | C | 48 |
| Octal | 300 | 257 | 277 | 0 | 11 | 1 | 31 | 460 | 14 | 110 |
| Binary | 11000000 | 10101111 | 10111111 | 0 | 1001 | 1 | 11001 | 100110000 | 1100 | 1001000 |
Color Harmonies of #C0AFBF
Complementary color
Monochromatic Colors of #C0AFBF
Black with #C0AFBF
Text Example
Text Example
White with #C0AFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFBF; }
p { color: rgb(192,175,191); }
H1.HeaderClassName
{
color: #C0AFBF;
}
.AnyTagClassName
{
color: #C0AFBF;
}
</style>
background-color css
<style>
a { background-color: #C0AFBF; }
a { background-color: rgb(192,175,191); }
div.DivClassName
{
background-color: #C0AFBF;
}
.BgClassName
{
background-color: #C0AFBF;
}
</style>
border-color css
<style>
span { border-color: #C0AFBF; }
span { border-color: rgb(192,175,191); }
td.TdClassName
{
border-color: #C0AFBF;
}
.TagClassName
{
border-color: #C0AFBF;
}
</style>