Shades of Ash #C2BD9E
Tints of Ash #C2BD9E
RGB
CMYK
RGB Variations
Color information
#C2BD9E (or 0xC2BD9E) is known color: Ash. HEX triplet: C2, BD and 9E. RGB value is (194,189,158). Sum of RGB (Red+Green+Blue) = 194+189+158=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BD9E is #3D4261. Grayscale: #BBBBBB. Windows color (decimal): -4014690 or 10403266. OLE color: 10403266.
HSL color Cylindrical-coordinate representation of color #C2BD9E: hue angle of 51.67º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2BD9E is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 158 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.24 |
| HSL | 51.67º | 0.23% | 0.69% | - |
| HSV(B) | 51.67º | 0.19% | 0.76% | - |
| XYZ | 46.62 | 50.33 | 39.61 | - |
| YUV | 186.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 158 | 0 | 0.03 | 0.19 | 0.24 | 51.67 | 0.23 | 0.69 |
| Hex | C2 | BD | 9E | 0 | 3 | 13 | 18 | 34 | 17 | 45 |
| Octal | 302 | 275 | 236 | 0 | 3 | 23 | 30 | 64 | 27 | 105 |
| Binary | 11000010 | 10111101 | 10011110 | 0 | 11 | 10011 | 11000 | 110100 | 10111 | 1000101 |
Color Harmonies of #C2BD9E
Complementary color
Monochromatic Colors of #C2BD9E
Black with #C2BD9E
Text Example
Text Example
White with #C2BD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD9E; }
p { color: rgb(194,189,158); }
H1.HeaderClassName
{
color: #C2BD9E;
}
.AnyTagClassName
{
color: #C2BD9E;
}
</style>
background-color css
<style>
a { background-color: #C2BD9E; }
a { background-color: rgb(194,189,158); }
div.DivClassName
{
background-color: #C2BD9E;
}
.BgClassName
{
background-color: #C2BD9E;
}
</style>
border-color css
<style>
span { border-color: #C2BD9E; }
span { border-color: rgb(194,189,158); }
td.TdClassName
{
border-color: #C2BD9E;
}
.TagClassName
{
border-color: #C2BD9E;
}
</style>