Shades of Paris White #C0CABF
Tints of Paris White #C0CABF
RGB
CMYK
RGB Variations
Color information
#C0CABF (or 0xC0CABF) is known color: Paris White. HEX triplet: C0, CA and BF. RGB value is (192,202,191). Sum of RGB (Red+Green+Blue) = 192+202+191=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CABF is #3F3540. Grayscale: #C5C5C5. Windows color (decimal): -4142401 or 12569280. OLE color: 12569280.
HSL color Cylindrical-coordinate representation of color #C0CABF: hue angle of 114.55º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0CABF is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 191 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.21 |
| HSL | 114.55º | 0.09% | 0.77% | - |
| HSV(B) | 114.55º | 0.05% | 0.79% | - |
| XYZ | 52.26 | 57.21 | 57.58 | - |
| YUV | 197.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 191 | 0.05 | 0 | 0.05 | 0.21 | 114.55 | 0.09 | 0.77 |
| Hex | C0 | CA | BF | 5 | 0 | 5 | 15 | 73 | 9 | 4D |
| Octal | 300 | 312 | 277 | 5 | 0 | 5 | 25 | 163 | 11 | 115 |
| Binary | 11000000 | 11001010 | 10111111 | 101 | 0 | 101 | 10101 | 1110011 | 1001 | 1001101 |
Color Harmonies of #C0CABF
Complementary color
Monochromatic Colors of #C0CABF
Black with #C0CABF
Text Example
Text Example
White with #C0CABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CABF; }
p { color: rgb(192,202,191); }
H1.HeaderClassName
{
color: #C0CABF;
}
.AnyTagClassName
{
color: #C0CABF;
}
</style>
background-color css
<style>
a { background-color: #C0CABF; }
a { background-color: rgb(192,202,191); }
div.DivClassName
{
background-color: #C0CABF;
}
.BgClassName
{
background-color: #C0CABF;
}
</style>
border-color css
<style>
span { border-color: #C0CABF; }
span { border-color: rgb(192,202,191); }
td.TdClassName
{
border-color: #C0CABF;
}
.TagClassName
{
border-color: #C0CABF;
}
</style>