Shades of Paris White #C0CBC2
Tints of Paris White #C0CBC2
RGB
CMYK
RGB Variations
Color information
#C0CBC2 (or 0xC0CBC2) is known color: Paris White. HEX triplet: C0, CB and C2. RGB value is (192,203,194). Sum of RGB (Red+Green+Blue) = 192+203+194=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBC2 is #3F343D. Grayscale: #C6C6C6. Windows color (decimal): -4142142 or 12766144. OLE color: 12766144.
HSL color Cylindrical-coordinate representation of color #C0CBC2: hue angle of 130.91º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0CBC2 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 192 | 203 | 194 | - |
CMYK | 0.05 | 0 | 0.04 | 0.20 |
HSL | 130.91º | 0.1% | 0.77% | - |
HSV(B) | 130.91º | 0.05% | 0.8% | - |
XYZ | 52.83 | 57.81 | 59.41 | - |
YUV | 198.69 | 125.36 | 123.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 203 | 194 | 0.05 | 0 | 0.04 | 0.20 | 130.91 | 0.1 | 0.77 |
Hex | C0 | CB | C2 | 5 | 0 | 4 | 14 | 83 | A | 4D |
Octal | 300 | 313 | 302 | 5 | 0 | 4 | 24 | 203 | 12 | 115 |
Binary | 11000000 | 11001011 | 11000010 | 101 | 0 | 100 | 10100 | 10000011 | 1010 | 1001101 |
Color Harmonies of #C0CBC2
Complementary color
Monochromatic Colors of #C0CBC2
Black with #C0CBC2
Text Example
Text Example
White with #C0CBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBC2; }
p { color: rgb(192,203,194); }
H1.HeaderClassName
{
color: #C0CBC2;
}
.AnyTagClassName
{
color: #C0CBC2;
}
</style>
background-color css
<style>
a { background-color: #C0CBC2; }
a { background-color: rgb(192,203,194); }
div.DivClassName
{
background-color: #C0CBC2;
}
.BgClassName
{
background-color: #C0CBC2;
}
</style>
border-color css
<style>
span { border-color: #C0CBC2; }
span { border-color: rgb(192,203,194); }
td.TdClassName
{
border-color: #C0CBC2;
}
.TagClassName
{
border-color: #C0CBC2;
}
</style>