Shades of Burning Sand #C28262
Tints of Burning Sand #C28262
RGB
CMYK
RGB Variations
Color information
#C28262 (or 0xC28262) is known color: Burning Sand. HEX triplet: C2, 82 and 62. RGB value is (194,130,98). Sum of RGB (Red+Green+Blue) = 194+130+98=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C28262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28262 is #3D7D9D. Grayscale: #919191. Windows color (decimal): -4029854 or 6456002. OLE color: 6456002.
HSL color Cylindrical-coordinate representation of color #C28262: hue angle of 20º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C28262 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 98 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.24 |
| HSL | 20º | 0.44% | 0.57% | - |
| HSV(B) | 20º | 0.49% | 0.76% | - |
| XYZ | 32.44 | 28.32 | 15.31 | - |
| YUV | 145.49 | 101.2 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 98 | 0 | 0.33 | 0.49 | 0.24 | 20 | 0.44 | 0.57 |
| Hex | C2 | 82 | 62 | 0 | 21 | 31 | 18 | 14 | 2C | 39 |
| Octal | 302 | 202 | 142 | 0 | 41 | 61 | 30 | 24 | 54 | 71 |
| Binary | 11000010 | 10000010 | 1100010 | 0 | 100001 | 110001 | 11000 | 10100 | 101100 | 111001 |
Color Harmonies of #C28262
Complementary color
Monochromatic Colors of #C28262
Black with #C28262
Text Example
Text Example
White with #C28262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28262; }
p { color: rgb(194,130,98); }
H1.HeaderClassName
{
color: #C28262;
}
.AnyTagClassName
{
color: #C28262;
}
</style>
background-color css
<style>
a { background-color: #C28262; }
a { background-color: rgb(194,130,98); }
div.DivClassName
{
background-color: #C28262;
}
.BgClassName
{
background-color: #C28262;
}
</style>
border-color css
<style>
span { border-color: #C28262; }
span { border-color: rgb(194,130,98); }
td.TdClassName
{
border-color: #C28262;
}
.TagClassName
{
border-color: #C28262;
}
</style>