Shades of French Grey #C0BCC5
Tints of French Grey #C0BCC5
RGB
CMYK
RGB Variations
Color information
#C0BCC5 (or 0xC0BCC5) is known color: French Grey. HEX triplet: C0, BC and C5. RGB value is (192,188,197). Sum of RGB (Red+Green+Blue) = 192+188+197=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 197 - color contains mainly: blue. Hex color #C0BCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCC5 is #3F433A. Grayscale: #BEBEBE. Windows color (decimal): -4145979 or 12958912. OLE color: 12958912.
HSL color Cylindrical-coordinate representation of color #C0BCC5: hue angle of 266.67º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0BCC5 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 192 | 188 | 197 | - |
CMYK | 0.03 | 0.05 | 0 | 0.23 |
HSL | 266.67º | 0.07% | 0.75% | - |
HSV(B) | 266.67º | 0.05% | 0.77% | - |
XYZ | 49.8 | 51.2 | 60.08 | - |
YUV | 190.22 | 131.83 | 129.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 188 | 197 | 0.03 | 0.05 | 0 | 0.23 | 266.67 | 0.07 | 0.75 |
Hex | C0 | BC | C5 | 3 | 5 | 0 | 17 | 10B | 7 | 4B |
Octal | 300 | 274 | 305 | 3 | 5 | 0 | 27 | 413 | 7 | 113 |
Binary | 11000000 | 10111100 | 11000101 | 11 | 101 | 0 | 10111 | 100001011 | 111 | 1001011 |
Color Harmonies of #C0BCC5
Complementary color
Monochromatic Colors of #C0BCC5
Black with #C0BCC5
Text Example
Text Example
White with #C0BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCC5; }
p { color: rgb(192,188,197); }
H1.HeaderClassName
{
color: #C0BCC5;
}
.AnyTagClassName
{
color: #C0BCC5;
}
</style>
background-color css
<style>
a { background-color: #C0BCC5; }
a { background-color: rgb(192,188,197); }
div.DivClassName
{
background-color: #C0BCC5;
}
.BgClassName
{
background-color: #C0BCC5;
}
</style>
border-color css
<style>
span { border-color: #C0BCC5; }
span { border-color: rgb(192,188,197); }
td.TdClassName
{
border-color: #C0BCC5;
}
.TagClassName
{
border-color: #C0BCC5;
}
</style>