Shades of Burning Sand #C5805F
Tints of Burning Sand #C5805F
RGB
CMYK
RGB Variations
Color information
#C5805F (or 0xC5805F) is known color: Burning Sand. HEX triplet: C5, 80 and 5F. RGB value is (197,128,95). Sum of RGB (Red+Green+Blue) = 197+128+95=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5805F is #3A7FA0. Grayscale: #919191. Windows color (decimal): -3833761 or 6258885. OLE color: 6258885.
HSL color Cylindrical-coordinate representation of color #C5805F: hue angle of 19.41º 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 #C5805F is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 95 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.23 |
| HSL | 19.41º | 0.47% | 0.57% | - |
| HSV(B) | 19.41º | 0.52% | 0.77% | - |
| XYZ | 32.81 | 28.13 | 14.53 | - |
| YUV | 144.87 | 99.86 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 95 | 0 | 0.35 | 0.52 | 0.23 | 19.41 | 0.47 | 0.57 |
| Hex | C5 | 80 | 5F | 0 | 23 | 34 | 17 | 13 | 2F | 39 |
| Octal | 305 | 200 | 137 | 0 | 43 | 64 | 27 | 23 | 57 | 71 |
| Binary | 11000101 | 10000000 | 1011111 | 0 | 100011 | 110100 | 10111 | 10011 | 101111 | 111001 |
Color Harmonies of #C5805F
Complementary color
Monochromatic Colors of #C5805F
Black with #C5805F
Text Example
Text Example
White with #C5805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5805F; }
p { color: rgb(197,128,95); }
H1.HeaderClassName
{
color: #C5805F;
}
.AnyTagClassName
{
color: #C5805F;
}
</style>
background-color css
<style>
a { background-color: #C5805F; }
a { background-color: rgb(197,128,95); }
div.DivClassName
{
background-color: #C5805F;
}
.BgClassName
{
background-color: #C5805F;
}
</style>
border-color css
<style>
span { border-color: #C5805F; }
span { border-color: rgb(197,128,95); }
td.TdClassName
{
border-color: #C5805F;
}
.TagClassName
{
border-color: #C5805F;
}
</style>