Shades of Ash #C2BE9F
Tints of Ash #C2BE9F
RGB
CMYK
RGB Variations
Color information
#C2BE9F (or 0xC2BE9F) is known color: Ash. HEX triplet: C2, BE and 9F. RGB value is (194,190,159). Sum of RGB (Red+Green+Blue) = 194+190+159=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BE9F is #3D4160. Grayscale: #BBBBBB. Windows color (decimal): -4014433 or 10469058. OLE color: 10469058.
HSL color Cylindrical-coordinate representation of color #C2BE9F: hue angle of 53.14º 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 #C2BE9F is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 159 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.24 |
| HSL | 53.14º | 0.22% | 0.69% | - |
| HSV(B) | 53.14º | 0.18% | 0.76% | - |
| XYZ | 46.92 | 50.8 | 40.13 | - |
| YUV | 187.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 159 | 0 | 0.02 | 0.18 | 0.24 | 53.14 | 0.22 | 0.69 |
| Hex | C2 | BE | 9F | 0 | 2 | 12 | 18 | 35 | 16 | 45 |
| Octal | 302 | 276 | 237 | 0 | 2 | 22 | 30 | 65 | 26 | 105 |
| Binary | 11000010 | 10111110 | 10011111 | 0 | 10 | 10010 | 11000 | 110101 | 10110 | 1000101 |
Color Harmonies of #C2BE9F
Complementary color
Monochromatic Colors of #C2BE9F
Black with #C2BE9F
Text Example
Text Example
White with #C2BE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE9F; }
p { color: rgb(194,190,159); }
H1.HeaderClassName
{
color: #C2BE9F;
}
.AnyTagClassName
{
color: #C2BE9F;
}
</style>
background-color css
<style>
a { background-color: #C2BE9F; }
a { background-color: rgb(194,190,159); }
div.DivClassName
{
background-color: #C2BE9F;
}
.BgClassName
{
background-color: #C2BE9F;
}
</style>
border-color css
<style>
span { border-color: #C2BE9F; }
span { border-color: rgb(194,190,159); }
td.TdClassName
{
border-color: #C2BE9F;
}
.TagClassName
{
border-color: #C2BE9F;
}
</style>