Shades of Paris White #C0C7C1
Tints of Paris White #C0C7C1
RGB
CMYK
RGB Variations
Color information
#C0C7C1 (or 0xC0C7C1) is known color: Paris White. HEX triplet: C0, C7 and C1. RGB value is (192,199,193). Sum of RGB (Red+Green+Blue) = 192+199+193=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C7C1 is #3F383E. Grayscale: #C4C4C4. Windows color (decimal): -4143167 or 12699584. OLE color: 12699584.
HSL color Cylindrical-coordinate representation of color #C0C7C1: hue angle of 128.57º degrees, saturation: 0.06, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C0C7C1 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 199 | 193 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.22 |
| HSL | 128.57º | 0.06% | 0.77% | - |
| HSV(B) | 128.57º | 0.04% | 0.78% | - |
| XYZ | 51.79 | 55.9 | 58.51 | - |
| YUV | 196.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 199 | 193 | 0.04 | 0 | 0.03 | 0.22 | 128.57 | 0.06 | 0.77 |
| Hex | C0 | C7 | C1 | 4 | 0 | 3 | 16 | 81 | 6 | 4D |
| Octal | 300 | 307 | 301 | 4 | 0 | 3 | 26 | 201 | 6 | 115 |
| Binary | 11000000 | 11000111 | 11000001 | 100 | 0 | 11 | 10110 | 10000001 | 110 | 1001101 |
Color Harmonies of #C0C7C1
Complementary color
Monochromatic Colors of #C0C7C1
Black with #C0C7C1
Text Example
Text Example
White with #C0C7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C7C1; }
p { color: rgb(192,199,193); }
H1.HeaderClassName
{
color: #C0C7C1;
}
.AnyTagClassName
{
color: #C0C7C1;
}
</style>
background-color css
<style>
a { background-color: #C0C7C1; }
a { background-color: rgb(192,199,193); }
div.DivClassName
{
background-color: #C0C7C1;
}
.BgClassName
{
background-color: #C0C7C1;
}
</style>
border-color css
<style>
span { border-color: #C0C7C1; }
span { border-color: rgb(192,199,193); }
td.TdClassName
{
border-color: #C0C7C1;
}
.TagClassName
{
border-color: #C0C7C1;
}
</style>