Shades of Lavender Grey #C0C1CF
Tints of Lavender Grey #C0C1CF
RGB
CMYK
RGB Variations
Color information
#C0C1CF (or 0xC0C1CF) is known color: Lavender Grey. HEX triplet: C0, C1 and CF. RGB value is (192,193,207). Sum of RGB (Red+Green+Blue) = 192+193+207=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 207 - color contains mainly: blue. Hex color #C0C1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C1CF is #3F3E30. Grayscale: #C2C2C2. Windows color (decimal): -4144689 or 13615552. OLE color: 13615552.
HSL color Cylindrical-coordinate representation of color #C0C1CF: hue angle of 236º 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 #C0C1CF is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 193 | 207 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.19 |
| HSL | 236º | 0.14% | 0.78% | - |
| HSV(B) | 236º | 0.07% | 0.81% | - |
| XYZ | 52.07 | 53.85 | 66.68 | - |
| YUV | 194.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 207 | 0.07 | 0.07 | 0 | 0.19 | 236 | 0.14 | 0.78 |
| Hex | C0 | C1 | CF | 7 | 7 | 0 | 13 | EC | E | 4E |
| Octal | 300 | 301 | 317 | 7 | 7 | 0 | 23 | 354 | 16 | 116 |
| Binary | 11000000 | 11000001 | 11001111 | 111 | 111 | 0 | 10011 | 11101100 | 1110 | 1001110 |
Color Harmonies of #C0C1CF
Complementary color
Monochromatic Colors of #C0C1CF
Black with #C0C1CF
Text Example
Text Example
White with #C0C1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C1CF; }
p { color: rgb(192,193,207); }
H1.HeaderClassName
{
color: #C0C1CF;
}
.AnyTagClassName
{
color: #C0C1CF;
}
</style>
background-color css
<style>
a { background-color: #C0C1CF; }
a { background-color: rgb(192,193,207); }
div.DivClassName
{
background-color: #C0C1CF;
}
.BgClassName
{
background-color: #C0C1CF;
}
</style>
border-color css
<style>
span { border-color: #C0C1CF; }
span { border-color: rgb(192,193,207); }
td.TdClassName
{
border-color: #C0C1CF;
}
.TagClassName
{
border-color: #C0C1CF;
}
</style>