Shades of Paris White #C0D0BF
Tints of Paris White #C0D0BF
RGB
CMYK
RGB Variations
Color information
#C0D0BF (or 0xC0D0BF) is known color: Paris White. HEX triplet: C0, D0 and BF. RGB value is (192,208,191). Sum of RGB (Red+Green+Blue) = 192+208+191=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D0BF is #3F2F40. Grayscale: #C9C9C9. Windows color (decimal): -4140865 or 12570816. OLE color: 12570816.
HSL color Cylindrical-coordinate representation of color #C0D0BF: hue angle of 116.47º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0D0BF is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 191 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.18 |
| HSL | 116.47º | 0.15% | 0.78% | - |
| HSV(B) | 116.47º | 0.08% | 0.82% | - |
| XYZ | 53.7 | 60.08 | 58.06 | - |
| YUV | 201.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 191 | 0.08 | 0 | 0.08 | 0.18 | 116.47 | 0.15 | 0.78 |
| Hex | C0 | D0 | BF | 8 | 0 | 8 | 12 | 74 | F | 4E |
| Octal | 300 | 320 | 277 | 10 | 0 | 10 | 22 | 164 | 17 | 116 |
| Binary | 11000000 | 11010000 | 10111111 | 1000 | 0 | 1000 | 10010 | 1110100 | 1111 | 1001110 |
Color Harmonies of #C0D0BF
Complementary color
Monochromatic Colors of #C0D0BF
Black with #C0D0BF
Text Example
Text Example
White with #C0D0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D0BF; }
p { color: rgb(192,208,191); }
H1.HeaderClassName
{
color: #C0D0BF;
}
.AnyTagClassName
{
color: #C0D0BF;
}
</style>
background-color css
<style>
a { background-color: #C0D0BF; }
a { background-color: rgb(192,208,191); }
div.DivClassName
{
background-color: #C0D0BF;
}
.BgClassName
{
background-color: #C0D0BF;
}
</style>
border-color css
<style>
span { border-color: #C0D0BF; }
span { border-color: rgb(192,208,191); }
td.TdClassName
{
border-color: #C0D0BF;
}
.TagClassName
{
border-color: #C0D0BF;
}
</style>