Shades of Paris White #C0CFBF
Tints of Paris White #C0CFBF
RGB
CMYK
RGB Variations
Color information
#C0CFBF (or 0xC0CFBF) is known color: Paris White. HEX triplet: C0, CF and BF. RGB value is (192,207,191). Sum of RGB (Red+Green+Blue) = 192+207+191=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFBF is #3F3040. Grayscale: #C8C8C8. Windows color (decimal): -4141121 or 12570560. OLE color: 12570560.
HSL color Cylindrical-coordinate representation of color #C0CFBF: hue angle of 116.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0CFBF is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 191 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.19 |
| HSL | 116.25º | 0.14% | 0.78% | - |
| HSV(B) | 116.25º | 0.08% | 0.81% | - |
| XYZ | 53.46 | 59.59 | 57.98 | - |
| YUV | 200.69 | 122.53 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 191 | 0.07 | 0 | 0.08 | 0.19 | 116.25 | 0.14 | 0.78 |
| Hex | C0 | CF | BF | 7 | 0 | 8 | 13 | 74 | E | 4E |
| Octal | 300 | 317 | 277 | 7 | 0 | 10 | 23 | 164 | 16 | 116 |
| Binary | 11000000 | 11001111 | 10111111 | 111 | 0 | 1000 | 10011 | 1110100 | 1110 | 1001110 |
Color Harmonies of #C0CFBF
Complementary color
Monochromatic Colors of #C0CFBF
Black with #C0CFBF
Text Example
Text Example
White with #C0CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFBF; }
p { color: rgb(192,207,191); }
H1.HeaderClassName
{
color: #C0CFBF;
}
.AnyTagClassName
{
color: #C0CFBF;
}
</style>
background-color css
<style>
a { background-color: #C0CFBF; }
a { background-color: rgb(192,207,191); }
div.DivClassName
{
background-color: #C0CFBF;
}
.BgClassName
{
background-color: #C0CFBF;
}
</style>
border-color css
<style>
span { border-color: #C0CFBF; }
span { border-color: rgb(192,207,191); }
td.TdClassName
{
border-color: #C0CFBF;
}
.TagClassName
{
border-color: #C0CFBF;
}
</style>