Shades of Burning Sand #C5815E
Tints of Burning Sand #C5815E
RGB
CMYK
RGB Variations
Color information
#C5815E (or 0xC5815E) is known color: Burning Sand. HEX triplet: C5, 81 and 5E. RGB value is (197,129,94). Sum of RGB (Red+Green+Blue) = 197+129+94=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5815E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5815E is #3A7EA1. Grayscale: #919191. Windows color (decimal): -3833506 or 6193605. OLE color: 6193605.
HSL color Cylindrical-coordinate representation of color #C5815E: hue angle of 20.39º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5815E is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 94 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.23 |
| HSL | 20.39º | 0.47% | 0.57% | - |
| HSV(B) | 20.39º | 0.52% | 0.77% | - |
| XYZ | 32.9 | 28.38 | 14.33 | - |
| YUV | 145.34 | 99.03 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 94 | 0 | 0.35 | 0.52 | 0.23 | 20.39 | 0.47 | 0.57 |
| Hex | C5 | 81 | 5E | 0 | 23 | 34 | 17 | 14 | 2F | 39 |
| Octal | 305 | 201 | 136 | 0 | 43 | 64 | 27 | 24 | 57 | 71 |
| Binary | 11000101 | 10000001 | 1011110 | 0 | 100011 | 110100 | 10111 | 10100 | 101111 | 111001 |
Color Harmonies of #C5815E
Complementary color
Monochromatic Colors of #C5815E
Black with #C5815E
Text Example
Text Example
White with #C5815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5815E; }
p { color: rgb(197,129,94); }
H1.HeaderClassName
{
color: #C5815E;
}
.AnyTagClassName
{
color: #C5815E;
}
</style>
background-color css
<style>
a { background-color: #C5815E; }
a { background-color: rgb(197,129,94); }
div.DivClassName
{
background-color: #C5815E;
}
.BgClassName
{
background-color: #C5815E;
}
</style>
border-color css
<style>
span { border-color: #C5815E; }
span { border-color: rgb(197,129,94); }
td.TdClassName
{
border-color: #C5815E;
}
.TagClassName
{
border-color: #C5815E;
}
</style>