Shades of Burning Sand #C5805B
Tints of Burning Sand #C5805B
RGB
CMYK
RGB Variations
Color information
#C5805B (or 0xC5805B) is known color: Burning Sand. HEX triplet: C5, 80 and 5B. RGB value is (197,128,91). Sum of RGB (Red+Green+Blue) = 197+128+91=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C5805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5805B is #3A7FA4. Grayscale: #909090. Windows color (decimal): -3833765 or 5996741. OLE color: 5996741.
HSL color Cylindrical-coordinate representation of color #C5805B: hue angle of 20.94º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5805B is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 91 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.23 |
| HSL | 20.94º | 0.48% | 0.56% | - |
| HSV(B) | 20.94º | 0.54% | 0.77% | - |
| XYZ | 32.63 | 28.06 | 13.59 | - |
| YUV | 144.41 | 97.86 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 91 | 0 | 0.35 | 0.54 | 0.23 | 20.94 | 0.48 | 0.56 |
| Hex | C5 | 80 | 5B | 0 | 23 | 36 | 17 | 15 | 30 | 38 |
| Octal | 305 | 200 | 133 | 0 | 43 | 66 | 27 | 25 | 60 | 70 |
| Binary | 11000101 | 10000000 | 1011011 | 0 | 100011 | 110110 | 10111 | 10101 | 110000 | 111000 |
Color Harmonies of #C5805B
Complementary color
Monochromatic Colors of #C5805B
Black with #C5805B
Text Example
Text Example
White with #C5805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5805B; }
p { color: rgb(197,128,91); }
H1.HeaderClassName
{
color: #C5805B;
}
.AnyTagClassName
{
color: #C5805B;
}
</style>
background-color css
<style>
a { background-color: #C5805B; }
a { background-color: rgb(197,128,91); }
div.DivClassName
{
background-color: #C5805B;
}
.BgClassName
{
background-color: #C5805B;
}
</style>
border-color css
<style>
span { border-color: #C5805B; }
span { border-color: rgb(197,128,91); }
td.TdClassName
{
border-color: #C5805B;
}
.TagClassName
{
border-color: #C5805B;
}
</style>