Shades of Burning Sand #C68458
Tints of Burning Sand #C68458
RGB
CMYK
RGB Variations
Color information
#C68458 (or 0xC68458) is known color: Burning Sand. HEX triplet: C6, 84 and 58. RGB value is (198,132,88). Sum of RGB (Red+Green+Blue) = 198+132+88=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C68458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68458 is #397BA7. Grayscale: #929292. Windows color (decimal): -3767208 or 5801158. OLE color: 5801158.
HSL color Cylindrical-coordinate representation of color #C68458: hue angle of 24º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C68458 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 88 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.22 |
| HSL | 24º | 0.49% | 0.56% | - |
| HSV(B) | 24º | 0.56% | 0.78% | - |
| XYZ | 33.3 | 29.21 | 13.12 | - |
| YUV | 146.72 | 94.87 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 88 | 0 | 0.33 | 0.56 | 0.22 | 24 | 0.49 | 0.56 |
| Hex | C6 | 84 | 58 | 0 | 21 | 38 | 16 | 18 | 31 | 38 |
| Octal | 306 | 204 | 130 | 0 | 41 | 70 | 26 | 30 | 61 | 70 |
| Binary | 11000110 | 10000100 | 1011000 | 0 | 100001 | 111000 | 10110 | 11000 | 110001 | 111000 |
Color Harmonies of #C68458
Complementary color
Monochromatic Colors of #C68458
Black with #C68458
Text Example
Text Example
White with #C68458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68458; }
p { color: rgb(198,132,88); }
H1.HeaderClassName
{
color: #C68458;
}
.AnyTagClassName
{
color: #C68458;
}
</style>
background-color css
<style>
a { background-color: #C68458; }
a { background-color: rgb(198,132,88); }
div.DivClassName
{
background-color: #C68458;
}
.BgClassName
{
background-color: #C68458;
}
</style>
border-color css
<style>
span { border-color: #C68458; }
span { border-color: rgb(198,132,88); }
td.TdClassName
{
border-color: #C68458;
}
.TagClassName
{
border-color: #C68458;
}
</style>