Shades of Lilac #C0AFBE
Tints of Lilac #C0AFBE
RGB
CMYK
RGB Variations
Color information
#C0AFBE (or 0xC0AFBE) is known color: Lilac. HEX triplet: C0, AF and BE. RGB value is (192,175,190). Sum of RGB (Red+Green+Blue) = 192+175+190=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFBE is #3F5041. Grayscale: #B5B5B5. Windows color (decimal): -4149314 or 12496832. OLE color: 12496832.
HSL color Cylindrical-coordinate representation of color #C0AFBE: hue angle of 307.06º 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 #C0AFBE is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 175 | 190 | - |
CMYK | 0 | 0.09 | 0.01 | 0.25 |
HSL | 307.06º | 0.12% | 0.72% | - |
HSV(B) | 307.06º | 0.09% | 0.75% | - |
XYZ | 46.36 | 45.58 | 55.07 | - |
YUV | 181.79 | 132.63 | 135.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 175 | 190 | 0 | 0.09 | 0.01 | 0.25 | 307.06 | 0.12 | 0.72 |
Hex | C0 | AF | BE | 0 | 9 | 1 | 19 | 133 | C | 48 |
Octal | 300 | 257 | 276 | 0 | 11 | 1 | 31 | 463 | 14 | 110 |
Binary | 11000000 | 10101111 | 10111110 | 0 | 1001 | 1 | 11001 | 100110011 | 1100 | 1001000 |
Color Harmonies of #C0AFBE
Complementary color
Monochromatic Colors of #C0AFBE
Black with #C0AFBE
Text Example
Text Example
White with #C0AFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFBE; }
p { color: rgb(192,175,190); }
H1.HeaderClassName
{
color: #C0AFBE;
}
.AnyTagClassName
{
color: #C0AFBE;
}
</style>
background-color css
<style>
a { background-color: #C0AFBE; }
a { background-color: rgb(192,175,190); }
div.DivClassName
{
background-color: #C0AFBE;
}
.BgClassName
{
background-color: #C0AFBE;
}
</style>
border-color css
<style>
span { border-color: #C0AFBE; }
span { border-color: rgb(192,175,190); }
td.TdClassName
{
border-color: #C0AFBE;
}
.TagClassName
{
border-color: #C0AFBE;
}
</style>