Shades of Paris White #C0CDBF
Tints of Paris White #C0CDBF
RGB
CMYK
RGB Variations
Color information
#C0CDBF (or 0xC0CDBF) is known color: Paris White. HEX triplet: C0, CD and BF. RGB value is (192,205,191). Sum of RGB (Red+Green+Blue) = 192+205+191=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDBF is #3F3240. Grayscale: #C7C7C7. Windows color (decimal): -4141633 or 12570048. OLE color: 12570048.
HSL color Cylindrical-coordinate representation of color #C0CDBF: hue angle of 115.71º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0CDBF is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
RGB | 192 | 205 | 191 | - |
CMYK | 0.06 | 0 | 0.07 | 0.20 |
HSL | 115.71º | 0.12% | 0.78% | - |
HSV(B) | 115.71º | 0.07% | 0.8% | - |
XYZ | 52.97 | 58.63 | 57.82 | - |
YUV | 199.52 | 123.19 | 122.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 205 | 191 | 0.06 | 0 | 0.07 | 0.20 | 115.71 | 0.12 | 0.78 |
Hex | C0 | CD | BF | 6 | 0 | 7 | 14 | 74 | C | 4E |
Octal | 300 | 315 | 277 | 6 | 0 | 7 | 24 | 164 | 14 | 116 |
Binary | 11000000 | 11001101 | 10111111 | 110 | 0 | 111 | 10100 | 1110100 | 1100 | 1001110 |
Color Harmonies of #C0CDBF
Complementary color
Monochromatic Colors of #C0CDBF
Black with #C0CDBF
Text Example
Text Example
White with #C0CDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDBF; }
p { color: rgb(192,205,191); }
H1.HeaderClassName
{
color: #C0CDBF;
}
.AnyTagClassName
{
color: #C0CDBF;
}
</style>
background-color css
<style>
a { background-color: #C0CDBF; }
a { background-color: rgb(192,205,191); }
div.DivClassName
{
background-color: #C0CDBF;
}
.BgClassName
{
background-color: #C0CDBF;
}
</style>
border-color css
<style>
span { border-color: #C0CDBF; }
span { border-color: rgb(192,205,191); }
td.TdClassName
{
border-color: #C0CDBF;
}
.TagClassName
{
border-color: #C0CDBF;
}
</style>