Shades of French Grey #C1B4CC
Tints of French Grey #C1B4CC
RGB
CMYK
RGB Variations
Color information
#C1B4CC (or 0xC1B4CC) is known color: French Grey. HEX triplet: C1, B4 and CC. RGB value is (193,180,204). Sum of RGB (Red+Green+Blue) = 193+180+204=577 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.45% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #C1B4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B4CC is #3E4B33. Grayscale: #BABABA. Windows color (decimal): -4082484 or 13415617. OLE color: 13415617.
HSL color Cylindrical-coordinate representation of color #C1B4CC: hue angle of 272.5º 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 #C1B4CC is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 180 | 204 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.2 |
| HSL | 272.5º | 0.19% | 0.75% | - |
| HSV(B) | 272.5º | 0.12% | 0.8% | - |
| XYZ | 49.21 | 48.34 | 63.86 | - |
| YUV | 186.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 180 | 204 | 0.05 | 0.12 | 0 | 0.2 | 272.5 | 0.19 | 0.75 |
| Hex | C1 | B4 | CC | 5 | C | 0 | 14 | 110 | 13 | 4B |
| Octal | 301 | 264 | 314 | 5 | 14 | 0 | 24 | 420 | 23 | 113 |
| Binary | 11000001 | 10110100 | 11001100 | 101 | 1100 | 0 | 10100 | 100010000 | 10011 | 1001011 |
Color Harmonies of #C1B4CC
Complementary color
Monochromatic Colors of #C1B4CC
Black with #C1B4CC
Text Example
Text Example
White with #C1B4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B4CC; }
p { color: rgb(193,180,204); }
H1.HeaderClassName
{
color: #C1B4CC;
}
.AnyTagClassName
{
color: #C1B4CC;
}
</style>
background-color css
<style>
a { background-color: #C1B4CC; }
a { background-color: rgb(193,180,204); }
div.DivClassName
{
background-color: #C1B4CC;
}
.BgClassName
{
background-color: #C1B4CC;
}
</style>
border-color css
<style>
span { border-color: #C1B4CC; }
span { border-color: rgb(193,180,204); }
td.TdClassName
{
border-color: #C1B4CC;
}
.TagClassName
{
border-color: #C1B4CC;
}
</style>