Shades of Paris White #C0D0C1
Tints of Paris White #C0D0C1
RGB
CMYK
RGB Variations
Color information
#C0D0C1 (or 0xC0D0C1) is known color: Paris White. HEX triplet: C0, D0 and C1. RGB value is (192,208,193). Sum of RGB (Red+Green+Blue) = 192+208+193=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D0C1 is #3F2F3E. Grayscale: #C9C9C9. Windows color (decimal): -4140863 or 12701888. OLE color: 12701888.
HSL color Cylindrical-coordinate representation of color #C0D0C1: hue angle of 123.75º 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 #C0D0C1 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 193 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.18 |
| HSL | 123.75º | 0.15% | 0.78% | - |
| HSV(B) | 123.75º | 0.08% | 0.82% | - |
| XYZ | 53.92 | 60.17 | 59.22 | - |
| YUV | 201.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 193 | 0.08 | 0 | 0.07 | 0.18 | 123.75 | 0.15 | 0.78 |
| Hex | C0 | D0 | C1 | 8 | 0 | 7 | 12 | 7C | F | 4E |
| Octal | 300 | 320 | 301 | 10 | 0 | 7 | 22 | 174 | 17 | 116 |
| Binary | 11000000 | 11010000 | 11000001 | 1000 | 0 | 111 | 10010 | 1111100 | 1111 | 1001110 |
Color Harmonies of #C0D0C1
Complementary color
Monochromatic Colors of #C0D0C1
Black with #C0D0C1
Text Example
Text Example
White with #C0D0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D0C1; }
p { color: rgb(192,208,193); }
H1.HeaderClassName
{
color: #C0D0C1;
}
.AnyTagClassName
{
color: #C0D0C1;
}
</style>
background-color css
<style>
a { background-color: #C0D0C1; }
a { background-color: rgb(192,208,193); }
div.DivClassName
{
background-color: #C0D0C1;
}
.BgClassName
{
background-color: #C0D0C1;
}
</style>
border-color css
<style>
span { border-color: #C0D0C1; }
span { border-color: rgb(192,208,193); }
td.TdClassName
{
border-color: #C0D0C1;
}
.TagClassName
{
border-color: #C0D0C1;
}
</style>