Shades of French Grey #C3BBCC
Tints of French Grey #C3BBCC
RGB
CMYK
RGB Variations
Color information
#C3BBCC (or 0xC3BBCC) is known color: French Grey. HEX triplet: C3, BB and CC. RGB value is (195,187,204). Sum of RGB (Red+Green+Blue) = 195+187+204=586 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.28% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 204 - color contains mainly: blue. Hex color #C3BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBCC is #3C4433. Grayscale: #BFBFBF. Windows color (decimal): -3949620 or 13417411. OLE color: 13417411.
HSL color Cylindrical-coordinate representation of color #C3BBCC: hue angle of 268.24º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3BBCC is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 187 | 204 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.2 |
| HSL | 268.24º | 0.14% | 0.77% | - |
| HSV(B) | 268.24º | 0.08% | 0.8% | - |
| XYZ | 51.18 | 51.5 | 64.37 | - |
| YUV | 191.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 204 | 0.04 | 0.08 | 0 | 0.2 | 268.24 | 0.14 | 0.77 |
| Hex | C3 | BB | CC | 4 | 8 | 0 | 14 | 10C | E | 4D |
| Octal | 303 | 273 | 314 | 4 | 10 | 0 | 24 | 414 | 16 | 115 |
| Binary | 11000011 | 10111011 | 11001100 | 100 | 1000 | 0 | 10100 | 100001100 | 1110 | 1001101 |
Color Harmonies of #C3BBCC
Complementary color
Monochromatic Colors of #C3BBCC
Black with #C3BBCC
Text Example
Text Example
White with #C3BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBCC; }
p { color: rgb(195,187,204); }
H1.HeaderClassName
{
color: #C3BBCC;
}
.AnyTagClassName
{
color: #C3BBCC;
}
</style>
background-color css
<style>
a { background-color: #C3BBCC; }
a { background-color: rgb(195,187,204); }
div.DivClassName
{
background-color: #C3BBCC;
}
.BgClassName
{
background-color: #C3BBCC;
}
</style>
border-color css
<style>
span { border-color: #C3BBCC; }
span { border-color: rgb(195,187,204); }
td.TdClassName
{
border-color: #C3BBCC;
}
.TagClassName
{
border-color: #C3BBCC;
}
</style>