Shades of French Grey #C0B5CB
Tints of French Grey #C0B5CB
RGB
CMYK
RGB Variations
Color information
#C0B5CB (or 0xC0B5CB) is known color: French Grey. HEX triplet: C0, B5 and CB. RGB value is (192,181,203). Sum of RGB (Red+Green+Blue) = 192+181+203=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0B5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B5CB is #3F4A34. Grayscale: #BABABA. Windows color (decimal): -4147765 or 13350336. OLE color: 13350336.
HSL color Cylindrical-coordinate representation of color #C0B5CB: hue angle of 270º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0B5CB is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 181 | 203 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.20 |
| HSL | 270º | 0.17% | 0.75% | - |
| HSV(B) | 270º | 0.11% | 0.8% | - |
| XYZ | 49.04 | 48.57 | 63.29 | - |
| YUV | 186.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 203 | 0.05 | 0.11 | 0 | 0.20 | 270 | 0.17 | 0.75 |
| Hex | C0 | B5 | CB | 5 | B | 0 | 14 | 10E | 11 | 4B |
| Octal | 300 | 265 | 313 | 5 | 13 | 0 | 24 | 416 | 21 | 113 |
| Binary | 11000000 | 10110101 | 11001011 | 101 | 1011 | 0 | 10100 | 100001110 | 10001 | 1001011 |
Color Harmonies of #C0B5CB
Complementary color
Monochromatic Colors of #C0B5CB
Black with #C0B5CB
Text Example
Text Example
White with #C0B5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B5CB; }
p { color: rgb(192,181,203); }
H1.HeaderClassName
{
color: #C0B5CB;
}
.AnyTagClassName
{
color: #C0B5CB;
}
</style>
background-color css
<style>
a { background-color: #C0B5CB; }
a { background-color: rgb(192,181,203); }
div.DivClassName
{
background-color: #C0B5CB;
}
.BgClassName
{
background-color: #C0B5CB;
}
</style>
border-color css
<style>
span { border-color: #C0B5CB; }
span { border-color: rgb(192,181,203); }
td.TdClassName
{
border-color: #C0B5CB;
}
.TagClassName
{
border-color: #C0B5CB;
}
</style>