Shades of Paris White #C0CEBF
Tints of Paris White #C0CEBF
RGB
CMYK
RGB Variations
Color information
#C0CEBF (or 0xC0CEBF) is known color: Paris White. HEX triplet: C0, CE and BF. RGB value is (192,206,191). Sum of RGB (Red+Green+Blue) = 192+206+191=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEBF is #3F3140. Grayscale: #C8C8C8. Windows color (decimal): -4141377 or 12570304. OLE color: 12570304.
HSL color Cylindrical-coordinate representation of color #C0CEBF: hue angle of 116º degrees, saturation: 0.13, 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 #C0CEBF is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 191 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.19 |
| HSL | 116º | 0.13% | 0.78% | - |
| HSV(B) | 116º | 0.07% | 0.81% | - |
| XYZ | 53.21 | 59.11 | 57.9 | - |
| YUV | 200.1 | 122.86 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 191 | 0.07 | 0 | 0.07 | 0.19 | 116 | 0.13 | 0.78 |
| Hex | C0 | CE | BF | 7 | 0 | 7 | 13 | 74 | D | 4E |
| Octal | 300 | 316 | 277 | 7 | 0 | 7 | 23 | 164 | 15 | 116 |
| Binary | 11000000 | 11001110 | 10111111 | 111 | 0 | 111 | 10011 | 1110100 | 1101 | 1001110 |
Color Harmonies of #C0CEBF
Complementary color
Monochromatic Colors of #C0CEBF
Black with #C0CEBF
Text Example
Text Example
White with #C0CEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CEBF; }
p { color: rgb(192,206,191); }
H1.HeaderClassName
{
color: #C0CEBF;
}
.AnyTagClassName
{
color: #C0CEBF;
}
</style>
background-color css
<style>
a { background-color: #C0CEBF; }
a { background-color: rgb(192,206,191); }
div.DivClassName
{
background-color: #C0CEBF;
}
.BgClassName
{
background-color: #C0CEBF;
}
</style>
border-color css
<style>
span { border-color: #C0CEBF; }
span { border-color: rgb(192,206,191); }
td.TdClassName
{
border-color: #C0CEBF;
}
.TagClassName
{
border-color: #C0CEBF;
}
</style>