Shades of Lilac #C0AEBE
Tints of Lilac #C0AEBE
RGB
CMYK
RGB Variations
Color information
#C0AEBE (or 0xC0AEBE) is known color: Lilac. HEX triplet: C0, AE and BE. RGB value is (192,174,190). Sum of RGB (Red+Green+Blue) = 192+174+190=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEBE is #3F5141. Grayscale: #B5B5B5. Windows color (decimal): -4149570 or 12496576. OLE color: 12496576.
HSL color Cylindrical-coordinate representation of color #C0AEBE: hue angle of 306.67º 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 #C0AEBE is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 174 | 190 | - |
CMYK | 0 | 0.09 | 0.01 | 0.25 |
HSL | 306.67º | 0.13% | 0.72% | - |
HSV(B) | 306.67º | 0.09% | 0.75% | - |
XYZ | 46.17 | 45.2 | 55.01 | - |
YUV | 181.21 | 132.96 | 135.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 174 | 190 | 0 | 0.09 | 0.01 | 0.25 | 306.67 | 0.13 | 0.72 |
Hex | C0 | AE | BE | 0 | 9 | 1 | 19 | 133 | C | 48 |
Octal | 300 | 256 | 276 | 0 | 11 | 1 | 31 | 463 | 14 | 110 |
Binary | 11000000 | 10101110 | 10111110 | 0 | 1001 | 1 | 11001 | 100110011 | 1100 | 1001000 |
Color Harmonies of #C0AEBE
Complementary color
Monochromatic Colors of #C0AEBE
Black with #C0AEBE
Text Example
Text Example
White with #C0AEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AEBE; }
p { color: rgb(192,174,190); }
H1.HeaderClassName
{
color: #C0AEBE;
}
.AnyTagClassName
{
color: #C0AEBE;
}
</style>
background-color css
<style>
a { background-color: #C0AEBE; }
a { background-color: rgb(192,174,190); }
div.DivClassName
{
background-color: #C0AEBE;
}
.BgClassName
{
background-color: #C0AEBE;
}
</style>
border-color css
<style>
span { border-color: #C0AEBE; }
span { border-color: rgb(192,174,190); }
td.TdClassName
{
border-color: #C0AEBE;
}
.TagClassName
{
border-color: #C0AEBE;
}
</style>