Shades of French Grey #C3B9CD
Tints of French Grey #C3B9CD
RGB
CMYK
RGB Variations
Color information
#C3B9CD (or 0xC3B9CD) is known color: French Grey. HEX triplet: C3, B9 and CD. RGB value is (195,185,205). Sum of RGB (Red+Green+Blue) = 195+185+205=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 205 - color contains mainly: blue. Hex color #C3B9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B9CD is #3C4632. Grayscale: #BEBEBE. Windows color (decimal): -3950131 or 13482435. OLE color: 13482435.
HSL color Cylindrical-coordinate representation of color #C3B9CD: hue angle of 270º 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 #C3B9CD is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 195 | 185 | 205 | - |
CMYK | 0.05 | 0.10 | 0 | 0.20 |
HSL | 270º | 0.17% | 0.76% | - |
HSV(B) | 270º | 0.1% | 0.8% | - |
XYZ | 50.87 | 50.71 | 64.86 | - |
YUV | 190.27 | 136.31 | 131.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 185 | 205 | 0.05 | 0.10 | 0 | 0.20 | 270 | 0.17 | 0.76 |
Hex | C3 | B9 | CD | 5 | A | 0 | 14 | 10E | 11 | 4C |
Octal | 303 | 271 | 315 | 5 | 12 | 0 | 24 | 416 | 21 | 114 |
Binary | 11000011 | 10111001 | 11001101 | 101 | 1010 | 0 | 10100 | 100001110 | 10001 | 1001100 |
Color Harmonies of #C3B9CD
Complementary color
Monochromatic Colors of #C3B9CD
Black with #C3B9CD
Text Example
Text Example
White with #C3B9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B9CD; }
p { color: rgb(195,185,205); }
H1.HeaderClassName
{
color: #C3B9CD;
}
.AnyTagClassName
{
color: #C3B9CD;
}
</style>
background-color css
<style>
a { background-color: #C3B9CD; }
a { background-color: rgb(195,185,205); }
div.DivClassName
{
background-color: #C3B9CD;
}
.BgClassName
{
background-color: #C3B9CD;
}
</style>
border-color css
<style>
span { border-color: #C3B9CD; }
span { border-color: rgb(195,185,205); }
td.TdClassName
{
border-color: #C3B9CD;
}
.TagClassName
{
border-color: #C3B9CD;
}
</style>