Shades of Burning Sand #C58468
Tints of Burning Sand #C58468
RGB
CMYK
RGB Variations
Color information
#C58468 (or 0xC58468) is known color: Burning Sand. HEX triplet: C5, 84 and 68. RGB value is (197,132,104). Sum of RGB (Red+Green+Blue) = 197+132+104=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C58468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58468 is #3A7B97. Grayscale: #949494. Windows color (decimal): -3832728 or 6849733. OLE color: 6849733.
HSL color Cylindrical-coordinate representation of color #C58468: hue angle of 18.06º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C58468 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 104 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.23 |
| HSL | 18.06º | 0.44% | 0.59% | - |
| HSV(B) | 18.06º | 0.47% | 0.77% | - |
| XYZ | 33.78 | 29.37 | 16.99 | - |
| YUV | 148.24 | 103.03 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 104 | 0 | 0.33 | 0.47 | 0.23 | 18.06 | 0.44 | 0.59 |
| Hex | C5 | 84 | 68 | 0 | 21 | 2F | 17 | 12 | 2C | 3B |
| Octal | 305 | 204 | 150 | 0 | 41 | 57 | 27 | 22 | 54 | 73 |
| Binary | 11000101 | 10000100 | 1101000 | 0 | 100001 | 101111 | 10111 | 10010 | 101100 | 111011 |
Color Harmonies of #C58468
Complementary color
Monochromatic Colors of #C58468
Black with #C58468
Text Example
Text Example
White with #C58468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58468; }
p { color: rgb(197,132,104); }
H1.HeaderClassName
{
color: #C58468;
}
.AnyTagClassName
{
color: #C58468;
}
</style>
background-color css
<style>
a { background-color: #C58468; }
a { background-color: rgb(197,132,104); }
div.DivClassName
{
background-color: #C58468;
}
.BgClassName
{
background-color: #C58468;
}
</style>
border-color css
<style>
span { border-color: #C58468; }
span { border-color: rgb(197,132,104); }
td.TdClassName
{
border-color: #C58468;
}
.TagClassName
{
border-color: #C58468;
}
</style>