Shades of Burning Sand #C58766
Tints of Burning Sand #C58766
RGB
CMYK
RGB Variations
Color information
#C58766 (or 0xC58766) is known color: Burning Sand. HEX triplet: C5, 87 and 66. RGB value is (197,135,102). Sum of RGB (Red+Green+Blue) = 197+135+102=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C58766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58766 is #3A7899. Grayscale: #959595. Windows color (decimal): -3831962 or 6719429. OLE color: 6719429.
HSL color Cylindrical-coordinate representation of color #C58766: hue angle of 20.84º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C58766 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 102 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.23 |
| HSL | 20.84º | 0.45% | 0.59% | - |
| HSV(B) | 20.84º | 0.48% | 0.77% | - |
| XYZ | 34.09 | 30.16 | 16.59 | - |
| YUV | 149.78 | 101.04 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 102 | 0 | 0.31 | 0.48 | 0.23 | 20.84 | 0.45 | 0.59 |
| Hex | C5 | 87 | 66 | 0 | 1F | 30 | 17 | 15 | 2D | 3B |
| Octal | 305 | 207 | 146 | 0 | 37 | 60 | 27 | 25 | 55 | 73 |
| Binary | 11000101 | 10000111 | 1100110 | 0 | 11111 | 110000 | 10111 | 10101 | 101101 | 111011 |
Color Harmonies of #C58766
Complementary color
Monochromatic Colors of #C58766
Black with #C58766
Text Example
Text Example
White with #C58766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58766; }
p { color: rgb(197,135,102); }
H1.HeaderClassName
{
color: #C58766;
}
.AnyTagClassName
{
color: #C58766;
}
</style>
background-color css
<style>
a { background-color: #C58766; }
a { background-color: rgb(197,135,102); }
div.DivClassName
{
background-color: #C58766;
}
.BgClassName
{
background-color: #C58766;
}
</style>
border-color css
<style>
span { border-color: #C58766; }
span { border-color: rgb(197,135,102); }
td.TdClassName
{
border-color: #C58766;
}
.TagClassName
{
border-color: #C58766;
}
</style>