Shades of Burning Sand #C5805E
Tints of Burning Sand #C5805E
RGB
CMYK
RGB Variations
Color information
#C5805E (or 0xC5805E) is known color: Burning Sand. HEX triplet: C5, 80 and 5E. RGB value is (197,128,94). Sum of RGB (Red+Green+Blue) = 197+128+94=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5805E is #3A7FA1. Grayscale: #909090. Windows color (decimal): -3833762 or 6193349. OLE color: 6193349.
HSL color Cylindrical-coordinate representation of color #C5805E: hue angle of 19.81º 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 #C5805E is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 94 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.23 |
| HSL | 19.81º | 0.47% | 0.57% | - |
| HSV(B) | 19.81º | 0.52% | 0.77% | - |
| XYZ | 32.77 | 28.12 | 14.29 | - |
| YUV | 144.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 94 | 0 | 0.35 | 0.52 | 0.23 | 19.81 | 0.47 | 0.57 |
| Hex | C5 | 80 | 5E | 0 | 23 | 34 | 17 | 14 | 2F | 39 |
| Octal | 305 | 200 | 136 | 0 | 43 | 64 | 27 | 24 | 57 | 71 |
| Binary | 11000101 | 10000000 | 1011110 | 0 | 100011 | 110100 | 10111 | 10100 | 101111 | 111001 |
Color Harmonies of #C5805E
Complementary color
Monochromatic Colors of #C5805E
Black with #C5805E
Text Example
Text Example
White with #C5805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5805E; }
p { color: rgb(197,128,94); }
H1.HeaderClassName
{
color: #C5805E;
}
.AnyTagClassName
{
color: #C5805E;
}
</style>
background-color css
<style>
a { background-color: #C5805E; }
a { background-color: rgb(197,128,94); }
div.DivClassName
{
background-color: #C5805E;
}
.BgClassName
{
background-color: #C5805E;
}
</style>
border-color css
<style>
span { border-color: #C5805E; }
span { border-color: rgb(197,128,94); }
td.TdClassName
{
border-color: #C5805E;
}
.TagClassName
{
border-color: #C5805E;
}
</style>