Shades of French Grey #C0BBC7
Tints of French Grey #C0BBC7
RGB
CMYK
RGB Variations
Color information
#C0BBC7 (or 0xC0BBC7) is known color: French Grey. HEX triplet: C0, BB and C7. RGB value is (192,187,199). Sum of RGB (Red+Green+Blue) = 192+187+199=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 199 - color contains mainly: blue. Hex color #C0BBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBC7 is #3F4438. Grayscale: #BDBDBD. Windows color (decimal): -4146233 or 13089728. OLE color: 13089728.
HSL color Cylindrical-coordinate representation of color #C0BBC7: hue angle of 265º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0BBC7 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 192 | 187 | 199 | - |
CMYK | 0.04 | 0.06 | 0 | 0.22 |
HSL | 265º | 0.1% | 0.76% | - |
HSV(B) | 265º | 0.06% | 0.78% | - |
XYZ | 49.82 | 50.87 | 61.23 | - |
YUV | 189.86 | 133.16 | 129.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 187 | 199 | 0.04 | 0.06 | 0 | 0.22 | 265 | 0.1 | 0.76 |
Hex | C0 | BB | C7 | 4 | 6 | 0 | 16 | 109 | A | 4C |
Octal | 300 | 273 | 307 | 4 | 6 | 0 | 26 | 411 | 12 | 114 |
Binary | 11000000 | 10111011 | 11000111 | 100 | 110 | 0 | 10110 | 100001001 | 1010 | 1001100 |
Color Harmonies of #C0BBC7
Complementary color
Monochromatic Colors of #C0BBC7
Black with #C0BBC7
Text Example
Text Example
White with #C0BBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBC7; }
p { color: rgb(192,187,199); }
H1.HeaderClassName
{
color: #C0BBC7;
}
.AnyTagClassName
{
color: #C0BBC7;
}
</style>
background-color css
<style>
a { background-color: #C0BBC7; }
a { background-color: rgb(192,187,199); }
div.DivClassName
{
background-color: #C0BBC7;
}
.BgClassName
{
background-color: #C0BBC7;
}
</style>
border-color css
<style>
span { border-color: #C0BBC7; }
span { border-color: rgb(192,187,199); }
td.TdClassName
{
border-color: #C0BBC7;
}
.TagClassName
{
border-color: #C0BBC7;
}
</style>