Shades of Ash #C2BE9D
Tints of Ash #C2BE9D
RGB
CMYK
RGB Variations
Color information
#C2BE9D (or 0xC2BE9D) is known color: Ash. HEX triplet: C2, BE and 9D. RGB value is (194,190,157). Sum of RGB (Red+Green+Blue) = 194+190+157=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BE9D is #3D4162. Grayscale: #BBBBBB. Windows color (decimal): -4014435 or 10337986. OLE color: 10337986.
HSL color Cylindrical-coordinate representation of color #C2BE9D: hue angle of 53.51º 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 #C2BE9D is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 157 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.24 |
| HSL | 53.51º | 0.23% | 0.69% | - |
| HSV(B) | 53.51º | 0.19% | 0.76% | - |
| XYZ | 46.75 | 50.73 | 39.23 | - |
| YUV | 187.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 157 | 0 | 0.02 | 0.19 | 0.24 | 53.51 | 0.23 | 0.69 |
| Hex | C2 | BE | 9D | 0 | 2 | 13 | 18 | 36 | 17 | 45 |
| Octal | 302 | 276 | 235 | 0 | 2 | 23 | 30 | 66 | 27 | 105 |
| Binary | 11000010 | 10111110 | 10011101 | 0 | 10 | 10011 | 11000 | 110110 | 10111 | 1000101 |
Color Harmonies of #C2BE9D
Complementary color
Monochromatic Colors of #C2BE9D
Black with #C2BE9D
Text Example
Text Example
White with #C2BE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE9D; }
p { color: rgb(194,190,157); }
H1.HeaderClassName
{
color: #C2BE9D;
}
.AnyTagClassName
{
color: #C2BE9D;
}
</style>
background-color css
<style>
a { background-color: #C2BE9D; }
a { background-color: rgb(194,190,157); }
div.DivClassName
{
background-color: #C2BE9D;
}
.BgClassName
{
background-color: #C2BE9D;
}
</style>
border-color css
<style>
span { border-color: #C2BE9D; }
span { border-color: rgb(194,190,157); }
td.TdClassName
{
border-color: #C2BE9D;
}
.TagClassName
{
border-color: #C2BE9D;
}
</style>