Shades of Paris White #C0CBBF
Tints of Paris White #C0CBBF
RGB
CMYK
RGB Variations
Color information
#C0CBBF (or 0xC0CBBF) is known color: Paris White. HEX triplet: C0, CB and BF. RGB value is (192,203,191). Sum of RGB (Red+Green+Blue) = 192+203+191=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBBF is #3F3440. Grayscale: #C6C6C6. Windows color (decimal): -4142145 or 12569536. OLE color: 12569536.
HSL color Cylindrical-coordinate representation of color #C0CBBF: hue angle of 115º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0CBBF is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 203 | 191 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.20 |
| HSL | 115º | 0.1% | 0.77% | - |
| HSV(B) | 115º | 0.06% | 0.8% | - |
| XYZ | 52.5 | 57.68 | 57.66 | - |
| YUV | 198.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 191 | 0.05 | 0 | 0.06 | 0.20 | 115 | 0.1 | 0.77 |
| Hex | C0 | CB | BF | 5 | 0 | 6 | 14 | 73 | A | 4D |
| Octal | 300 | 313 | 277 | 5 | 0 | 6 | 24 | 163 | 12 | 115 |
| Binary | 11000000 | 11001011 | 10111111 | 101 | 0 | 110 | 10100 | 1110011 | 1010 | 1001101 |
Color Harmonies of #C0CBBF
Complementary color
Monochromatic Colors of #C0CBBF
Black with #C0CBBF
Text Example
Text Example
White with #C0CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBBF; }
p { color: rgb(192,203,191); }
H1.HeaderClassName
{
color: #C0CBBF;
}
.AnyTagClassName
{
color: #C0CBBF;
}
</style>
background-color css
<style>
a { background-color: #C0CBBF; }
a { background-color: rgb(192,203,191); }
div.DivClassName
{
background-color: #C0CBBF;
}
.BgClassName
{
background-color: #C0CBBF;
}
</style>
border-color css
<style>
span { border-color: #C0CBBF; }
span { border-color: rgb(192,203,191); }
td.TdClassName
{
border-color: #C0CBBF;
}
.TagClassName
{
border-color: #C0CBBF;
}
</style>