Shades of Burning Sand #C58662
Tints of Burning Sand #C58662
RGB
CMYK
RGB Variations
Color information
#C58662 (or 0xC58662) is known color: Burning Sand. HEX triplet: C5, 86 and 62. RGB value is (197,134,98). Sum of RGB (Red+Green+Blue) = 197+134+98=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C58662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58662 is #3A799D. Grayscale: #949494. Windows color (decimal): -3832222 or 6457029. OLE color: 6457029.
HSL color Cylindrical-coordinate representation of color #C58662: hue angle of 21.82º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C58662 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 98 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.23 |
| HSL | 21.82º | 0.46% | 0.58% | - |
| HSV(B) | 21.82º | 0.5% | 0.77% | - |
| XYZ | 33.76 | 29.8 | 15.53 | - |
| YUV | 148.73 | 99.37 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 98 | 0 | 0.32 | 0.50 | 0.23 | 21.82 | 0.46 | 0.58 |
| Hex | C5 | 86 | 62 | 0 | 20 | 32 | 17 | 16 | 2E | 3A |
| Octal | 305 | 206 | 142 | 0 | 40 | 62 | 27 | 26 | 56 | 72 |
| Binary | 11000101 | 10000110 | 1100010 | 0 | 100000 | 110010 | 10111 | 10110 | 101110 | 111010 |
Color Harmonies of #C58662
Complementary color
Monochromatic Colors of #C58662
Black with #C58662
Text Example
Text Example
White with #C58662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58662; }
p { color: rgb(197,134,98); }
H1.HeaderClassName
{
color: #C58662;
}
.AnyTagClassName
{
color: #C58662;
}
</style>
background-color css
<style>
a { background-color: #C58662; }
a { background-color: rgb(197,134,98); }
div.DivClassName
{
background-color: #C58662;
}
.BgClassName
{
background-color: #C58662;
}
</style>
border-color css
<style>
span { border-color: #C58662; }
span { border-color: rgb(197,134,98); }
td.TdClassName
{
border-color: #C58662;
}
.TagClassName
{
border-color: #C58662;
}
</style>