Shades of Lavender Grey #C0C0CF
Tints of Lavender Grey #C0C0CF
RGB
CMYK
RGB Variations
Color information
#C0C0CF (or 0xC0C0CF) is known color: Lavender Grey. HEX triplet: C0, C0 and CF. RGB value is (192,192,207). Sum of RGB (Red+Green+Blue) = 192+192+207=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 207 - color contains mainly: blue. Hex color #C0C0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C0CF is #3F3F30. Grayscale: #C1C1C1. Windows color (decimal): -4144945 or 13615296. OLE color: 13615296.
HSL color Cylindrical-coordinate representation of color #C0C0CF: hue angle of 240º degrees, saturation: 0.14, 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 #C0C0CF is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 192 | 192 | 207 | - |
CMYK | 0.07 | 0.07 | 0 | 0.19 |
HSL | 240º | 0.14% | 0.78% | - |
HSV(B) | 240º | 0.07% | 0.81% | - |
XYZ | 51.85 | 53.41 | 66.61 | - |
YUV | 193.71 | 135.5 | 126.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 192 | 207 | 0.07 | 0.07 | 0 | 0.19 | 240 | 0.14 | 0.78 |
Hex | C0 | C0 | CF | 7 | 7 | 0 | 13 | F0 | E | 4E |
Octal | 300 | 300 | 317 | 7 | 7 | 0 | 23 | 360 | 16 | 116 |
Binary | 11000000 | 11000000 | 11001111 | 111 | 111 | 0 | 10011 | 11110000 | 1110 | 1001110 |
Color Harmonies of #C0C0CF
Complementary color
Monochromatic Colors of #C0C0CF
Black with #C0C0CF
Text Example
Text Example
White with #C0C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C0CF; }
p { color: rgb(192,192,207); }
H1.HeaderClassName
{
color: #C0C0CF;
}
.AnyTagClassName
{
color: #C0C0CF;
}
</style>
background-color css
<style>
a { background-color: #C0C0CF; }
a { background-color: rgb(192,192,207); }
div.DivClassName
{
background-color: #C0C0CF;
}
.BgClassName
{
background-color: #C0C0CF;
}
</style>
border-color css
<style>
span { border-color: #C0C0CF; }
span { border-color: rgb(192,192,207); }
td.TdClassName
{
border-color: #C0C0CF;
}
.TagClassName
{
border-color: #C0C0CF;
}
</style>