Shades of Paris White #C1CEC0
Tints of Paris White #C1CEC0
RGB
CMYK
RGB Variations
Color information
#C1CEC0 (or 0xC1CEC0) is known color: Paris White. HEX triplet: C1, CE and C0. RGB value is (193,206,192). Sum of RGB (Red+Green+Blue) = 193+206+192=591 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.66% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CEC0 is #3E313F. Grayscale: #C8C8C8. Windows color (decimal): -4075840 or 12635841. OLE color: 12635841.
HSL color Cylindrical-coordinate representation of color #C1CEC0: hue angle of 115.71º degrees, saturation: 0.12, 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 #C1CEC0 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 192 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.19 |
| HSL | 115.71º | 0.13% | 0.78% | - |
| HSV(B) | 115.71º | 0.07% | 0.81% | - |
| XYZ | 53.58 | 59.29 | 58.49 | - |
| YUV | 200.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 192 | 0.06 | 0 | 0.07 | 0.19 | 115.71 | 0.13 | 0.78 |
| Hex | C1 | CE | C0 | 6 | 0 | 7 | 13 | 74 | C | 4E |
| Octal | 301 | 316 | 300 | 6 | 0 | 7 | 23 | 164 | 14 | 116 |
| Binary | 11000001 | 11001110 | 11000000 | 110 | 0 | 111 | 10011 | 1110100 | 1100 | 1001110 |
Color Harmonies of #C1CEC0
Complementary color
Monochromatic Colors of #C1CEC0
Black with #C1CEC0
Text Example
Text Example
White with #C1CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CEC0; }
p { color: rgb(193,206,192); }
H1.HeaderClassName
{
color: #C1CEC0;
}
.AnyTagClassName
{
color: #C1CEC0;
}
</style>
background-color css
<style>
a { background-color: #C1CEC0; }
a { background-color: rgb(193,206,192); }
div.DivClassName
{
background-color: #C1CEC0;
}
.BgClassName
{
background-color: #C1CEC0;
}
</style>
border-color css
<style>
span { border-color: #C1CEC0; }
span { border-color: rgb(193,206,192); }
td.TdClassName
{
border-color: #C1CEC0;
}
.TagClassName
{
border-color: #C1CEC0;
}
</style>