Shades of French Grey #C3B8CB
Tints of French Grey #C3B8CB
RGB
CMYK
RGB Variations
Color information
#C3B8CB (or 0xC3B8CB) is known color: French Grey. HEX triplet: C3, B8 and CB. RGB value is (195,184,203). Sum of RGB (Red+Green+Blue) = 195+184+203=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 184 (72.27% from 255 or 31.62% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3B8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B8CB is #3C4734. Grayscale: #BDBDBD. Windows color (decimal): -3950389 or 13351107. OLE color: 13351107.
HSL color Cylindrical-coordinate representation of color #C3B8CB: hue angle of 274.74º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3B8CB is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 184 | 203 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.20 |
| HSL | 274.74º | 0.15% | 0.76% | - |
| HSV(B) | 274.74º | 0.09% | 0.8% | - |
| XYZ | 50.43 | 50.19 | 63.53 | - |
| YUV | 189.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 184 | 203 | 0.04 | 0.09 | 0 | 0.20 | 274.74 | 0.15 | 0.76 |
| Hex | C3 | B8 | CB | 4 | 9 | 0 | 14 | 113 | F | 4C |
| Octal | 303 | 270 | 313 | 4 | 11 | 0 | 24 | 423 | 17 | 114 |
| Binary | 11000011 | 10111000 | 11001011 | 100 | 1001 | 0 | 10100 | 100010011 | 1111 | 1001100 |
Color Harmonies of #C3B8CB
Complementary color
Monochromatic Colors of #C3B8CB
Black with #C3B8CB
Text Example
Text Example
White with #C3B8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B8CB; }
p { color: rgb(195,184,203); }
H1.HeaderClassName
{
color: #C3B8CB;
}
.AnyTagClassName
{
color: #C3B8CB;
}
</style>
background-color css
<style>
a { background-color: #C3B8CB; }
a { background-color: rgb(195,184,203); }
div.DivClassName
{
background-color: #C3B8CB;
}
.BgClassName
{
background-color: #C3B8CB;
}
</style>
border-color css
<style>
span { border-color: #C3B8CB; }
span { border-color: rgb(195,184,203); }
td.TdClassName
{
border-color: #C3B8CB;
}
.TagClassName
{
border-color: #C3B8CB;
}
</style>