Shades of Paris White #C0CCC1
Tints of Paris White #C0CCC1
RGB
CMYK
RGB Variations
Color information
#C0CCC1 (or 0xC0CCC1) is known color: Paris White. HEX triplet: C0, CC and C1. RGB value is (192,204,193). Sum of RGB (Red+Green+Blue) = 192+204+193=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCC1 is #3F333E. Grayscale: #C7C7C7. Windows color (decimal): -4141887 or 12700864. OLE color: 12700864.
HSL color Cylindrical-coordinate representation of color #C0CCC1: hue angle of 125º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0CCC1 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
RGB | 192 | 204 | 193 | - |
CMYK | 0.06 | 0 | 0.05 | 0.2 |
HSL | 125º | 0.11% | 0.78% | - |
HSV(B) | 125º | 0.06% | 0.8% | - |
XYZ | 52.96 | 58.24 | 58.9 | - |
YUV | 199.16 | 124.52 | 122.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 204 | 193 | 0.06 | 0 | 0.05 | 0.2 | 125 | 0.11 | 0.78 |
Hex | C0 | CC | C1 | 6 | 0 | 5 | 14 | 7D | B | 4E |
Octal | 300 | 314 | 301 | 6 | 0 | 5 | 24 | 175 | 13 | 116 |
Binary | 11000000 | 11001100 | 11000001 | 110 | 0 | 101 | 10100 | 1111101 | 1011 | 1001110 |
Color Harmonies of #C0CCC1
Complementary color
Monochromatic Colors of #C0CCC1
Black with #C0CCC1
Text Example
Text Example
White with #C0CCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCC1; }
p { color: rgb(192,204,193); }
H1.HeaderClassName
{
color: #C0CCC1;
}
.AnyTagClassName
{
color: #C0CCC1;
}
</style>
background-color css
<style>
a { background-color: #C0CCC1; }
a { background-color: rgb(192,204,193); }
div.DivClassName
{
background-color: #C0CCC1;
}
.BgClassName
{
background-color: #C0CCC1;
}
</style>
border-color css
<style>
span { border-color: #C0CCC1; }
span { border-color: rgb(192,204,193); }
td.TdClassName
{
border-color: #C0CCC1;
}
.TagClassName
{
border-color: #C0CCC1;
}
</style>