Shades of Burning Sand #C28059
Tints of Burning Sand #C28059
RGB
CMYK
RGB Variations
Color information
#C28059 (or 0xC28059) is known color: Burning Sand. HEX triplet: C2, 80 and 59. RGB value is (194,128,89). Sum of RGB (Red+Green+Blue) = 194+128+89=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C28059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28059 is #3D7FA6. Grayscale: #8F8F8F. Windows color (decimal): -4030375 or 5865666. OLE color: 5865666.
HSL color Cylindrical-coordinate representation of color #C28059: hue angle of 22.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C28059 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 89 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.24 |
| HSL | 22.29º | 0.46% | 0.55% | - |
| HSV(B) | 22.29º | 0.54% | 0.76% | - |
| XYZ | 31.77 | 27.63 | 13.11 | - |
| YUV | 143.29 | 97.37 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 89 | 0 | 0.34 | 0.54 | 0.24 | 22.29 | 0.46 | 0.55 |
| Hex | C2 | 80 | 59 | 0 | 22 | 36 | 18 | 16 | 2E | 37 |
| Octal | 302 | 200 | 131 | 0 | 42 | 66 | 30 | 26 | 56 | 67 |
| Binary | 11000010 | 10000000 | 1011001 | 0 | 100010 | 110110 | 11000 | 10110 | 101110 | 110111 |
Color Harmonies of #C28059
Complementary color
Monochromatic Colors of #C28059
Black with #C28059
Text Example
Text Example
White with #C28059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28059; }
p { color: rgb(194,128,89); }
H1.HeaderClassName
{
color: #C28059;
}
.AnyTagClassName
{
color: #C28059;
}
</style>
background-color css
<style>
a { background-color: #C28059; }
a { background-color: rgb(194,128,89); }
div.DivClassName
{
background-color: #C28059;
}
.BgClassName
{
background-color: #C28059;
}
</style>
border-color css
<style>
span { border-color: #C28059; }
span { border-color: rgb(194,128,89); }
td.TdClassName
{
border-color: #C28059;
}
.TagClassName
{
border-color: #C28059;
}
</style>