Shades of Ash #C2BF9F
Tints of Ash #C2BF9F
RGB
CMYK
RGB Variations
Color information
#C2BF9F (or 0xC2BF9F) is known color: Ash. HEX triplet: C2, BF and 9F. RGB value is (194,191,159). Sum of RGB (Red+Green+Blue) = 194+191+159=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BF9F is #3D4060. Grayscale: #BCBCBC. Windows color (decimal): -4014177 or 10469314. OLE color: 10469314.
HSL color Cylindrical-coordinate representation of color #C2BF9F: hue angle of 54.86º 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 #C2BF9F is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 159 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.24 |
| HSL | 54.86º | 0.22% | 0.69% | - |
| HSV(B) | 54.86º | 0.18% | 0.76% | - |
| XYZ | 47.14 | 51.23 | 40.21 | - |
| YUV | 188.25 | 111.49 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 159 | 0 | 0.02 | 0.18 | 0.24 | 54.86 | 0.22 | 0.69 |
| Hex | C2 | BF | 9F | 0 | 2 | 12 | 18 | 37 | 16 | 45 |
| Octal | 302 | 277 | 237 | 0 | 2 | 22 | 30 | 67 | 26 | 105 |
| Binary | 11000010 | 10111111 | 10011111 | 0 | 10 | 10010 | 11000 | 110111 | 10110 | 1000101 |
Color Harmonies of #C2BF9F
Complementary color
Monochromatic Colors of #C2BF9F
Black with #C2BF9F
Text Example
Text Example
White with #C2BF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF9F; }
p { color: rgb(194,191,159); }
H1.HeaderClassName
{
color: #C2BF9F;
}
.AnyTagClassName
{
color: #C2BF9F;
}
</style>
background-color css
<style>
a { background-color: #C2BF9F; }
a { background-color: rgb(194,191,159); }
div.DivClassName
{
background-color: #C2BF9F;
}
.BgClassName
{
background-color: #C2BF9F;
}
</style>
border-color css
<style>
span { border-color: #C2BF9F; }
span { border-color: rgb(194,191,159); }
td.TdClassName
{
border-color: #C2BF9F;
}
.TagClassName
{
border-color: #C2BF9F;
}
</style>