Shades of Paris White #C0C6C1
Tints of Paris White #C0C6C1
RGB
CMYK
RGB Variations
Color information
#C0C6C1 (or 0xC0C6C1) is known color: Paris White. HEX triplet: C0, C6 and C1. RGB value is (192,198,193). Sum of RGB (Red+Green+Blue) = 192+198+193=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C6C1 is #3F393E. Grayscale: #C3C3C3. Windows color (decimal): -4143423 or 12699328. OLE color: 12699328.
HSL color Cylindrical-coordinate representation of color #C0C6C1: hue angle of 130º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C0C6C1 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 193 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.22 |
| HSL | 130º | 0.05% | 0.76% | - |
| HSV(B) | 130º | 0.03% | 0.78% | - |
| XYZ | 51.56 | 55.44 | 58.44 | - |
| YUV | 195.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 193 | 0.03 | 0 | 0.03 | 0.22 | 130 | 0.05 | 0.76 |
| Hex | C0 | C6 | C1 | 3 | 0 | 3 | 16 | 82 | 5 | 4C |
| Octal | 300 | 306 | 301 | 3 | 0 | 3 | 26 | 202 | 5 | 114 |
| Binary | 11000000 | 11000110 | 11000001 | 11 | 0 | 11 | 10110 | 10000010 | 101 | 1001100 |
Color Harmonies of #C0C6C1
Complementary color
Monochromatic Colors of #C0C6C1
Black with #C0C6C1
Text Example
Text Example
White with #C0C6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C6C1; }
p { color: rgb(192,198,193); }
H1.HeaderClassName
{
color: #C0C6C1;
}
.AnyTagClassName
{
color: #C0C6C1;
}
</style>
background-color css
<style>
a { background-color: #C0C6C1; }
a { background-color: rgb(192,198,193); }
div.DivClassName
{
background-color: #C0C6C1;
}
.BgClassName
{
background-color: #C0C6C1;
}
</style>
border-color css
<style>
span { border-color: #C0C6C1; }
span { border-color: rgb(192,198,193); }
td.TdClassName
{
border-color: #C0C6C1;
}
.TagClassName
{
border-color: #C0C6C1;
}
</style>