Shades of Ash #C2BD9F
Tints of Ash #C2BD9F
RGB
CMYK
RGB Variations
Color information
#C2BD9F (or 0xC2BD9F) is known color: Ash. HEX triplet: C2, BD and 9F. RGB value is (194,189,159). Sum of RGB (Red+Green+Blue) = 194+189+159=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BD9F is #3D4260. Grayscale: #BBBBBB. Windows color (decimal): -4014689 or 10468802. OLE color: 10468802.
HSL color Cylindrical-coordinate representation of color #C2BD9F: hue angle of 51.43º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2BD9F is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 159 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.24 |
| HSL | 51.43º | 0.22% | 0.69% | - |
| HSV(B) | 51.43º | 0.18% | 0.76% | - |
| XYZ | 46.7 | 50.37 | 40.06 | - |
| YUV | 187.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 159 | 0 | 0.03 | 0.18 | 0.24 | 51.43 | 0.22 | 0.69 |
| Hex | C2 | BD | 9F | 0 | 3 | 12 | 18 | 33 | 16 | 45 |
| Octal | 302 | 275 | 237 | 0 | 3 | 22 | 30 | 63 | 26 | 105 |
| Binary | 11000010 | 10111101 | 10011111 | 0 | 11 | 10010 | 11000 | 110011 | 10110 | 1000101 |
Color Harmonies of #C2BD9F
Complementary color
Monochromatic Colors of #C2BD9F
Black with #C2BD9F
Text Example
Text Example
White with #C2BD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD9F; }
p { color: rgb(194,189,159); }
H1.HeaderClassName
{
color: #C2BD9F;
}
.AnyTagClassName
{
color: #C2BD9F;
}
</style>
background-color css
<style>
a { background-color: #C2BD9F; }
a { background-color: rgb(194,189,159); }
div.DivClassName
{
background-color: #C2BD9F;
}
.BgClassName
{
background-color: #C2BD9F;
}
</style>
border-color css
<style>
span { border-color: #C2BD9F; }
span { border-color: rgb(194,189,159); }
td.TdClassName
{
border-color: #C2BD9F;
}
.TagClassName
{
border-color: #C2BD9F;
}
</style>