Shades of Burning Sand #C28259
Tints of Burning Sand #C28259
RGB
CMYK
RGB Variations
Color information
#C28259 (or 0xC28259) is known color: Burning Sand. HEX triplet: C2, 82 and 59. RGB value is (194,130,89). Sum of RGB (Red+Green+Blue) = 194+130+89=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C28259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28259 is #3D7DA6. Grayscale: #909090. Windows color (decimal): -4029863 or 5866178. OLE color: 5866178.
HSL color Cylindrical-coordinate representation of color #C28259: hue angle of 23.43º 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 #C28259 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 89 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.24 |
| HSL | 23.43º | 0.46% | 0.55% | - |
| HSV(B) | 23.43º | 0.54% | 0.76% | - |
| XYZ | 32.03 | 28.16 | 13.2 | - |
| YUV | 144.46 | 96.7 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 89 | 0 | 0.33 | 0.54 | 0.24 | 23.43 | 0.46 | 0.55 |
| Hex | C2 | 82 | 59 | 0 | 21 | 36 | 18 | 17 | 2E | 37 |
| Octal | 302 | 202 | 131 | 0 | 41 | 66 | 30 | 27 | 56 | 67 |
| Binary | 11000010 | 10000010 | 1011001 | 0 | 100001 | 110110 | 11000 | 10111 | 101110 | 110111 |
Color Harmonies of #C28259
Complementary color
Monochromatic Colors of #C28259
Black with #C28259
Text Example
Text Example
White with #C28259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28259; }
p { color: rgb(194,130,89); }
H1.HeaderClassName
{
color: #C28259;
}
.AnyTagClassName
{
color: #C28259;
}
</style>
background-color css
<style>
a { background-color: #C28259; }
a { background-color: rgb(194,130,89); }
div.DivClassName
{
background-color: #C28259;
}
.BgClassName
{
background-color: #C28259;
}
</style>
border-color css
<style>
span { border-color: #C28259; }
span { border-color: rgb(194,130,89); }
td.TdClassName
{
border-color: #C28259;
}
.TagClassName
{
border-color: #C28259;
}
</style>