Shades of Lavender Grey #C0C2CF
Tints of Lavender Grey #C0C2CF
RGB
CMYK
RGB Variations
Color information
#C0C2CF (or 0xC0C2CF) is known color: Lavender Grey. HEX triplet: C0, C2 and CF. RGB value is (192,194,207). Sum of RGB (Red+Green+Blue) = 192+194+207=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 207 - color contains mainly: blue. Hex color #C0C2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C2CF is #3F3D30. Grayscale: #C2C2C2. Windows color (decimal): -4144433 or 13615808. OLE color: 13615808.
HSL color Cylindrical-coordinate representation of color #C0C2CF: hue angle of 232º 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 #C0C2CF is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 194 | 207 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.19 |
| HSL | 232º | 0.14% | 0.78% | - |
| HSV(B) | 232º | 0.07% | 0.81% | - |
| XYZ | 52.29 | 54.3 | 66.76 | - |
| YUV | 194.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 207 | 0.07 | 0.06 | 0 | 0.19 | 232 | 0.14 | 0.78 |
| Hex | C0 | C2 | CF | 7 | 6 | 0 | 13 | E8 | E | 4E |
| Octal | 300 | 302 | 317 | 7 | 6 | 0 | 23 | 350 | 16 | 116 |
| Binary | 11000000 | 11000010 | 11001111 | 111 | 110 | 0 | 10011 | 11101000 | 1110 | 1001110 |
Color Harmonies of #C0C2CF
Complementary color
Monochromatic Colors of #C0C2CF
Black with #C0C2CF
Text Example
Text Example
White with #C0C2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C2CF; }
p { color: rgb(192,194,207); }
H1.HeaderClassName
{
color: #C0C2CF;
}
.AnyTagClassName
{
color: #C0C2CF;
}
</style>
background-color css
<style>
a { background-color: #C0C2CF; }
a { background-color: rgb(192,194,207); }
div.DivClassName
{
background-color: #C0C2CF;
}
.BgClassName
{
background-color: #C0C2CF;
}
</style>
border-color css
<style>
span { border-color: #C0C2CF; }
span { border-color: rgb(192,194,207); }
td.TdClassName
{
border-color: #C0C2CF;
}
.TagClassName
{
border-color: #C0C2CF;
}
</style>