Shades of French Grey #C0BBC6
Tints of French Grey #C0BBC6
RGB
CMYK
RGB Variations
Color information
#C0BBC6 (or 0xC0BBC6) is known color: French Grey. HEX triplet: C0, BB and C6. RGB value is (192,187,198). Sum of RGB (Red+Green+Blue) = 192+187+198=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 198 - color contains mainly: blue. Hex color #C0BBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBC6 is #3F4439. Grayscale: #BDBDBD. Windows color (decimal): -4146234 or 13024192. OLE color: 13024192.
HSL color Cylindrical-coordinate representation of color #C0BBC6: hue angle of 267.27º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0BBC6 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 192 | 187 | 198 | - |
CMYK | 0.03 | 0.06 | 0 | 0.22 |
HSL | 267.27º | 0.09% | 0.75% | - |
HSV(B) | 267.27º | 0.06% | 0.78% | - |
XYZ | 49.7 | 50.82 | 60.62 | - |
YUV | 189.75 | 132.66 | 129.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 187 | 198 | 0.03 | 0.06 | 0 | 0.22 | 267.27 | 0.09 | 0.75 |
Hex | C0 | BB | C6 | 3 | 6 | 0 | 16 | 10B | 9 | 4B |
Octal | 300 | 273 | 306 | 3 | 6 | 0 | 26 | 413 | 11 | 113 |
Binary | 11000000 | 10111011 | 11000110 | 11 | 110 | 0 | 10110 | 100001011 | 1001 | 1001011 |
Color Harmonies of #C0BBC6
Complementary color
Monochromatic Colors of #C0BBC6
Black with #C0BBC6
Text Example
Text Example
White with #C0BBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBC6; }
p { color: rgb(192,187,198); }
H1.HeaderClassName
{
color: #C0BBC6;
}
.AnyTagClassName
{
color: #C0BBC6;
}
</style>
background-color css
<style>
a { background-color: #C0BBC6; }
a { background-color: rgb(192,187,198); }
div.DivClassName
{
background-color: #C0BBC6;
}
.BgClassName
{
background-color: #C0BBC6;
}
</style>
border-color css
<style>
span { border-color: #C0BBC6; }
span { border-color: rgb(192,187,198); }
td.TdClassName
{
border-color: #C0BBC6;
}
.TagClassName
{
border-color: #C0BBC6;
}
</style>