Shades of French Grey #C1B7CC
Tints of French Grey #C1B7CC
RGB
CMYK
RGB Variations
Color information
#C1B7CC (or 0xC1B7CC) is known color: French Grey. HEX triplet: C1, B7 and CC. RGB value is (193,183,204). Sum of RGB (Red+Green+Blue) = 193+183+204=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 204 - color contains mainly: blue. Hex color #C1B7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B7CC is #3E4833. Grayscale: #BCBCBC. Windows color (decimal): -4081716 or 13416385. OLE color: 13416385.
HSL color Cylindrical-coordinate representation of color #C1B7CC: hue angle of 268.57º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1B7CC is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 183 | 204 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.2 |
| HSL | 268.57º | 0.17% | 0.76% | - |
| HSV(B) | 268.57º | 0.1% | 0.8% | - |
| XYZ | 49.82 | 49.56 | 64.07 | - |
| YUV | 188.38 | 136.81 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 183 | 204 | 0.05 | 0.10 | 0 | 0.2 | 268.57 | 0.17 | 0.76 |
| Hex | C1 | B7 | CC | 5 | A | 0 | 14 | 10D | 11 | 4C |
| Octal | 301 | 267 | 314 | 5 | 12 | 0 | 24 | 415 | 21 | 114 |
| Binary | 11000001 | 10110111 | 11001100 | 101 | 1010 | 0 | 10100 | 100001101 | 10001 | 1001100 |
Color Harmonies of #C1B7CC
Complementary color
Monochromatic Colors of #C1B7CC
Black with #C1B7CC
Text Example
Text Example
White with #C1B7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B7CC; }
p { color: rgb(193,183,204); }
H1.HeaderClassName
{
color: #C1B7CC;
}
.AnyTagClassName
{
color: #C1B7CC;
}
</style>
background-color css
<style>
a { background-color: #C1B7CC; }
a { background-color: rgb(193,183,204); }
div.DivClassName
{
background-color: #C1B7CC;
}
.BgClassName
{
background-color: #C1B7CC;
}
</style>
border-color css
<style>
span { border-color: #C1B7CC; }
span { border-color: rgb(193,183,204); }
td.TdClassName
{
border-color: #C1B7CC;
}
.TagClassName
{
border-color: #C1B7CC;
}
</style>