Shades of French Grey #C2B7CD
Tints of French Grey #C2B7CD
RGB
CMYK
RGB Variations
Color information
#C2B7CD (or 0xC2B7CD) is known color: French Grey. HEX triplet: C2, B7 and CD. RGB value is (194,183,205). Sum of RGB (Red+Green+Blue) = 194+183+205=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 183 (71.88% from 255 or 31.44% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2B7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B7CD is #3D4832. Grayscale: #BCBCBC. Windows color (decimal): -4016179 or 13481922. OLE color: 13481922.
HSL color Cylindrical-coordinate representation of color #C2B7CD: hue angle of 270º degrees, saturation: 0.18, 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 #C2B7CD is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 194 | 183 | 205 | - |
CMYK | 0.05 | 0.11 | 0 | 0.20 |
HSL | 270º | 0.18% | 0.76% | - |
HSV(B) | 270º | 0.11% | 0.8% | - |
XYZ | 50.2 | 49.74 | 64.71 | - |
YUV | 188.8 | 137.14 | 131.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 183 | 205 | 0.05 | 0.11 | 0 | 0.20 | 270 | 0.18 | 0.76 |
Hex | C2 | B7 | CD | 5 | B | 0 | 14 | 10E | 12 | 4C |
Octal | 302 | 267 | 315 | 5 | 13 | 0 | 24 | 416 | 22 | 114 |
Binary | 11000010 | 10110111 | 11001101 | 101 | 1011 | 0 | 10100 | 100001110 | 10010 | 1001100 |
Color Harmonies of #C2B7CD
Complementary color
Monochromatic Colors of #C2B7CD
Black with #C2B7CD
Text Example
Text Example
White with #C2B7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B7CD; }
p { color: rgb(194,183,205); }
H1.HeaderClassName
{
color: #C2B7CD;
}
.AnyTagClassName
{
color: #C2B7CD;
}
</style>
background-color css
<style>
a { background-color: #C2B7CD; }
a { background-color: rgb(194,183,205); }
div.DivClassName
{
background-color: #C2B7CD;
}
.BgClassName
{
background-color: #C2B7CD;
}
</style>
border-color css
<style>
span { border-color: #C2B7CD; }
span { border-color: rgb(194,183,205); }
td.TdClassName
{
border-color: #C2B7CD;
}
.TagClassName
{
border-color: #C2B7CD;
}
</style>