Shades of French Grey #C2B6CD
Tints of French Grey #C2B6CD
RGB
CMYK
RGB Variations
Color information
#C2B6CD (or 0xC2B6CD) is known color: French Grey. HEX triplet: C2, B6 and CD. RGB value is (194,182,205). Sum of RGB (Red+Green+Blue) = 194+182+205=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 182 (71.48% from 255 or 31.33% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2B6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B6CD is #3D4932. Grayscale: #BCBCBC. Windows color (decimal): -4016435 or 13481666. OLE color: 13481666.
HSL color Cylindrical-coordinate representation of color #C2B6CD: hue angle of 271.3º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2B6CD is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 194 | 182 | 205 | - |
CMYK | 0.05 | 0.11 | 0 | 0.20 |
HSL | 271.3º | 0.19% | 0.76% | - |
HSV(B) | 271.3º | 0.11% | 0.8% | - |
XYZ | 50 | 49.33 | 64.64 | - |
YUV | 188.21 | 137.48 | 132.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 182 | 205 | 0.05 | 0.11 | 0 | 0.20 | 271.3 | 0.19 | 0.76 |
Hex | C2 | B6 | CD | 5 | B | 0 | 14 | 10F | 13 | 4C |
Octal | 302 | 266 | 315 | 5 | 13 | 0 | 24 | 417 | 23 | 114 |
Binary | 11000010 | 10110110 | 11001101 | 101 | 1011 | 0 | 10100 | 100001111 | 10011 | 1001100 |
Color Harmonies of #C2B6CD
Complementary color
Monochromatic Colors of #C2B6CD
Black with #C2B6CD
Text Example
Text Example
White with #C2B6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B6CD; }
p { color: rgb(194,182,205); }
H1.HeaderClassName
{
color: #C2B6CD;
}
.AnyTagClassName
{
color: #C2B6CD;
}
</style>
background-color css
<style>
a { background-color: #C2B6CD; }
a { background-color: rgb(194,182,205); }
div.DivClassName
{
background-color: #C2B6CD;
}
.BgClassName
{
background-color: #C2B6CD;
}
</style>
border-color css
<style>
span { border-color: #C2B6CD; }
span { border-color: rgb(194,182,205); }
td.TdClassName
{
border-color: #C2B6CD;
}
.TagClassName
{
border-color: #C2B6CD;
}
</style>