Shades of Lavender Grey #C0C0CE
Tints of Lavender Grey #C0C0CE
RGB
CMYK
RGB Variations
Color information
#C0C0CE (or 0xC0C0CE) is known color: Lavender Grey. HEX triplet: C0, C0 and CE. RGB value is (192,192,206). Sum of RGB (Red+Green+Blue) = 192+192+206=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0C0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C0CE is #3F3F31. Grayscale: #C1C1C1. Windows color (decimal): -4144946 or 13549760. OLE color: 13549760.
HSL color Cylindrical-coordinate representation of color #C0C0CE: hue angle of 240º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0C0CE is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 192 | 192 | 206 | - |
CMYK | 0.07 | 0.07 | 0 | 0.19 |
HSL | 240º | 0.13% | 0.78% | - |
HSV(B) | 240º | 0.07% | 0.81% | - |
XYZ | 51.73 | 53.36 | 65.97 | - |
YUV | 193.6 | 135 | 126.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 192 | 206 | 0.07 | 0.07 | 0 | 0.19 | 240 | 0.13 | 0.78 |
Hex | C0 | C0 | CE | 7 | 7 | 0 | 13 | F0 | C | 4E |
Octal | 300 | 300 | 316 | 7 | 7 | 0 | 23 | 360 | 14 | 116 |
Binary | 11000000 | 11000000 | 11001110 | 111 | 111 | 0 | 10011 | 11110000 | 1100 | 1001110 |
Color Harmonies of #C0C0CE
Complementary color
Monochromatic Colors of #C0C0CE
Black with #C0C0CE
Text Example
Text Example
White with #C0C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C0CE; }
p { color: rgb(192,192,206); }
H1.HeaderClassName
{
color: #C0C0CE;
}
.AnyTagClassName
{
color: #C0C0CE;
}
</style>
background-color css
<style>
a { background-color: #C0C0CE; }
a { background-color: rgb(192,192,206); }
div.DivClassName
{
background-color: #C0C0CE;
}
.BgClassName
{
background-color: #C0C0CE;
}
</style>
border-color css
<style>
span { border-color: #C0C0CE; }
span { border-color: rgb(192,192,206); }
td.TdClassName
{
border-color: #C0C0CE;
}
.TagClassName
{
border-color: #C0C0CE;
}
</style>