Shades of French Grey #C0B2CB
Tints of French Grey #C0B2CB
RGB
CMYK
RGB Variations
Color information
#C0B2CB (or 0xC0B2CB) is known color: French Grey. HEX triplet: C0, B2 and CB. RGB value is (192,178,203). Sum of RGB (Red+Green+Blue) = 192+178+203=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0B2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B2CB is #3F4D34. Grayscale: #B8B8B8. Windows color (decimal): -4148533 or 13349568. OLE color: 13349568.
HSL color Cylindrical-coordinate representation of color #C0B2CB: hue angle of 273.6º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0B2CB is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 178 | 203 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.20 |
| HSL | 273.6º | 0.19% | 0.75% | - |
| HSV(B) | 273.6º | 0.12% | 0.8% | - |
| XYZ | 48.44 | 47.36 | 63.09 | - |
| YUV | 185.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 203 | 0.05 | 0.12 | 0 | 0.20 | 273.6 | 0.19 | 0.75 |
| Hex | C0 | B2 | CB | 5 | C | 0 | 14 | 112 | 13 | 4B |
| Octal | 300 | 262 | 313 | 5 | 14 | 0 | 24 | 422 | 23 | 113 |
| Binary | 11000000 | 10110010 | 11001011 | 101 | 1100 | 0 | 10100 | 100010010 | 10011 | 1001011 |
Color Harmonies of #C0B2CB
Complementary color
Monochromatic Colors of #C0B2CB
Black with #C0B2CB
Text Example
Text Example
White with #C0B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B2CB; }
p { color: rgb(192,178,203); }
H1.HeaderClassName
{
color: #C0B2CB;
}
.AnyTagClassName
{
color: #C0B2CB;
}
</style>
background-color css
<style>
a { background-color: #C0B2CB; }
a { background-color: rgb(192,178,203); }
div.DivClassName
{
background-color: #C0B2CB;
}
.BgClassName
{
background-color: #C0B2CB;
}
</style>
border-color css
<style>
span { border-color: #C0B2CB; }
span { border-color: rgb(192,178,203); }
td.TdClassName
{
border-color: #C0B2CB;
}
.TagClassName
{
border-color: #C0B2CB;
}
</style>