Shades of Burning Sand #C78358
Tints of Burning Sand #C78358
RGB
CMYK
RGB Variations
Color information
#C78358 (or 0xC78358) is known color: Burning Sand. HEX triplet: C7, 83 and 58. RGB value is (199,131,88). Sum of RGB (Red+Green+Blue) = 199+131+88=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C78358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78358 is #387CA7. Grayscale: #929292. Windows color (decimal): -3701928 or 5800903. OLE color: 5800903.
HSL color Cylindrical-coordinate representation of color #C78358: hue angle of 23.24º degrees, saturation: 0.5, 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 #C78358 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 131 | 88 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.22 |
| HSL | 23.24º | 0.5% | 0.56% | - |
| HSV(B) | 23.24º | 0.56% | 0.78% | - |
| XYZ | 33.43 | 29.08 | 13.08 | - |
| YUV | 146.43 | 95.03 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 131 | 88 | 0 | 0.34 | 0.56 | 0.22 | 23.24 | 0.5 | 0.56 |
| Hex | C7 | 83 | 58 | 0 | 22 | 38 | 16 | 17 | 32 | 38 |
| Octal | 307 | 203 | 130 | 0 | 42 | 70 | 26 | 27 | 62 | 70 |
| Binary | 11000111 | 10000011 | 1011000 | 0 | 100010 | 111000 | 10110 | 10111 | 110010 | 111000 |
Color Harmonies of #C78358
Complementary color
Monochromatic Colors of #C78358
Black with #C78358
Text Example
Text Example
White with #C78358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78358; }
p { color: rgb(199,131,88); }
H1.HeaderClassName
{
color: #C78358;
}
.AnyTagClassName
{
color: #C78358;
}
</style>
background-color css
<style>
a { background-color: #C78358; }
a { background-color: rgb(199,131,88); }
div.DivClassName
{
background-color: #C78358;
}
.BgClassName
{
background-color: #C78358;
}
</style>
border-color css
<style>
span { border-color: #C78358; }
span { border-color: rgb(199,131,88); }
td.TdClassName
{
border-color: #C78358;
}
.TagClassName
{
border-color: #C78358;
}
</style>