Shades of Burning Sand #C28260
Tints of Burning Sand #C28260
RGB
CMYK
RGB Variations
Color information
#C28260 (or 0xC28260) is known color: Burning Sand. HEX triplet: C2, 82 and 60. RGB value is (194,130,96). Sum of RGB (Red+Green+Blue) = 194+130+96=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C28260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28260 is #3D7D9F. Grayscale: #919191. Windows color (decimal): -4029856 or 6324930. OLE color: 6324930.
HSL color Cylindrical-coordinate representation of color #C28260: hue angle of 20.82º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C28260 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 96 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.24 |
| HSL | 20.82º | 0.45% | 0.57% | - |
| HSV(B) | 20.82º | 0.51% | 0.76% | - |
| XYZ | 32.34 | 28.28 | 14.82 | - |
| YUV | 145.26 | 100.2 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 96 | 0 | 0.33 | 0.51 | 0.24 | 20.82 | 0.45 | 0.57 |
| Hex | C2 | 82 | 60 | 0 | 21 | 33 | 18 | 15 | 2D | 39 |
| Octal | 302 | 202 | 140 | 0 | 41 | 63 | 30 | 25 | 55 | 71 |
| Binary | 11000010 | 10000010 | 1100000 | 0 | 100001 | 110011 | 11000 | 10101 | 101101 | 111001 |
Color Harmonies of #C28260
Complementary color
Monochromatic Colors of #C28260
Black with #C28260
Text Example
Text Example
White with #C28260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28260; }
p { color: rgb(194,130,96); }
H1.HeaderClassName
{
color: #C28260;
}
.AnyTagClassName
{
color: #C28260;
}
</style>
background-color css
<style>
a { background-color: #C28260; }
a { background-color: rgb(194,130,96); }
div.DivClassName
{
background-color: #C28260;
}
.BgClassName
{
background-color: #C28260;
}
</style>
border-color css
<style>
span { border-color: #C28260; }
span { border-color: rgb(194,130,96); }
td.TdClassName
{
border-color: #C28260;
}
.TagClassName
{
border-color: #C28260;
}
</style>