Shades of Burning Sand #C5805C
Tints of Burning Sand #C5805C
RGB
CMYK
RGB Variations
Color information
#C5805C (or 0xC5805C) is known color: Burning Sand. HEX triplet: C5, 80 and 5C. RGB value is (197,128,92). Sum of RGB (Red+Green+Blue) = 197+128+92=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C5805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5805C is #3A7FA3. Grayscale: #909090. Windows color (decimal): -3833764 or 6062277. OLE color: 6062277.
HSL color Cylindrical-coordinate representation of color #C5805C: hue angle of 20.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5805C is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 92 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.23 |
| HSL | 20.57º | 0.48% | 0.57% | - |
| HSV(B) | 20.57º | 0.53% | 0.77% | - |
| XYZ | 32.68 | 28.08 | 13.82 | - |
| YUV | 144.53 | 98.36 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 92 | 0 | 0.35 | 0.53 | 0.23 | 20.57 | 0.48 | 0.57 |
| Hex | C5 | 80 | 5C | 0 | 23 | 35 | 17 | 15 | 30 | 39 |
| Octal | 305 | 200 | 134 | 0 | 43 | 65 | 27 | 25 | 60 | 71 |
| Binary | 11000101 | 10000000 | 1011100 | 0 | 100011 | 110101 | 10111 | 10101 | 110000 | 111001 |
Color Harmonies of #C5805C
Complementary color
Monochromatic Colors of #C5805C
Black with #C5805C
Text Example
Text Example
White with #C5805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5805C; }
p { color: rgb(197,128,92); }
H1.HeaderClassName
{
color: #C5805C;
}
.AnyTagClassName
{
color: #C5805C;
}
</style>
background-color css
<style>
a { background-color: #C5805C; }
a { background-color: rgb(197,128,92); }
div.DivClassName
{
background-color: #C5805C;
}
.BgClassName
{
background-color: #C5805C;
}
</style>
border-color css
<style>
span { border-color: #C5805C; }
span { border-color: rgb(197,128,92); }
td.TdClassName
{
border-color: #C5805C;
}
.TagClassName
{
border-color: #C5805C;
}
</style>