Shades of French Grey #C2B5CD
Tints of French Grey #C2B5CD
RGB
CMYK
RGB Variations
Color information
#C2B5CD (or 0xC2B5CD) is known color: French Grey. HEX triplet: C2, B5 and CD. RGB value is (194,181,205). Sum of RGB (Red+Green+Blue) = 194+181+205=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2B5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B5CD is #3D4A32. Grayscale: #BBBBBB. Windows color (decimal): -4016691 or 13481410. OLE color: 13481410.
HSL color Cylindrical-coordinate representation of color #C2B5CD: hue angle of 272.5º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2B5CD is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 194 | 181 | 205 | - |
CMYK | 0.05 | 0.12 | 0 | 0.20 |
HSL | 272.5º | 0.19% | 0.76% | - |
HSV(B) | 272.5º | 0.12% | 0.8% | - |
XYZ | 49.79 | 48.92 | 64.58 | - |
YUV | 187.62 | 137.81 | 132.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 181 | 205 | 0.05 | 0.12 | 0 | 0.20 | 272.5 | 0.19 | 0.76 |
Hex | C2 | B5 | CD | 5 | C | 0 | 14 | 110 | 13 | 4C |
Octal | 302 | 265 | 315 | 5 | 14 | 0 | 24 | 420 | 23 | 114 |
Binary | 11000010 | 10110101 | 11001101 | 101 | 1100 | 0 | 10100 | 100010000 | 10011 | 1001100 |
Color Harmonies of #C2B5CD
Complementary color
Monochromatic Colors of #C2B5CD
Black with #C2B5CD
Text Example
Text Example
White with #C2B5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B5CD; }
p { color: rgb(194,181,205); }
H1.HeaderClassName
{
color: #C2B5CD;
}
.AnyTagClassName
{
color: #C2B5CD;
}
</style>
background-color css
<style>
a { background-color: #C2B5CD; }
a { background-color: rgb(194,181,205); }
div.DivClassName
{
background-color: #C2B5CD;
}
.BgClassName
{
background-color: #C2B5CD;
}
</style>
border-color css
<style>
span { border-color: #C2B5CD; }
span { border-color: rgb(194,181,205); }
td.TdClassName
{
border-color: #C2B5CD;
}
.TagClassName
{
border-color: #C2B5CD;
}
</style>