Shades of French Grey #C0B4C8
Tints of French Grey #C0B4C8
RGB
CMYK
RGB Variations
Color information
#C0B4C8 (or 0xC0B4C8) is known color: French Grey. HEX triplet: C0, B4 and C8. RGB value is (192,180,200). Sum of RGB (Red+Green+Blue) = 192+180+200=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 200 - color contains mainly: blue. Hex color #C0B4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B4C8 is #3F4B37. Grayscale: #B9B9B9. Windows color (decimal): -4148024 or 13153472. OLE color: 13153472.
HSL color Cylindrical-coordinate representation of color #C0B4C8: hue angle of 276º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0B4C8 is Cyan = 0.04, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 180 | 200 | - |
| CMYK | 0.04 | 0.1 | 0 | 0.22 |
| HSL | 276º | 0.15% | 0.75% | - |
| HSV(B) | 276º | 0.1% | 0.78% | - |
| XYZ | 48.48 | 48.02 | 61.36 | - |
| YUV | 185.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 200 | 0.04 | 0.1 | 0 | 0.22 | 276 | 0.15 | 0.75 |
| Hex | C0 | B4 | C8 | 4 | A | 0 | 16 | 114 | F | 4B |
| Octal | 300 | 264 | 310 | 4 | 12 | 0 | 26 | 424 | 17 | 113 |
| Binary | 11000000 | 10110100 | 11001000 | 100 | 1010 | 0 | 10110 | 100010100 | 1111 | 1001011 |
Color Harmonies of #C0B4C8
Complementary color
Monochromatic Colors of #C0B4C8
Black with #C0B4C8
Text Example
Text Example
White with #C0B4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B4C8; }
p { color: rgb(192,180,200); }
H1.HeaderClassName
{
color: #C0B4C8;
}
.AnyTagClassName
{
color: #C0B4C8;
}
</style>
background-color css
<style>
a { background-color: #C0B4C8; }
a { background-color: rgb(192,180,200); }
div.DivClassName
{
background-color: #C0B4C8;
}
.BgClassName
{
background-color: #C0B4C8;
}
</style>
border-color css
<style>
span { border-color: #C0B4C8; }
span { border-color: rgb(192,180,200); }
td.TdClassName
{
border-color: #C0B4C8;
}
.TagClassName
{
border-color: #C0B4C8;
}
</style>