Shades of Burning Sand #C78457
Tints of Burning Sand #C78457
RGB
CMYK
RGB Variations
Color information
#C78457 (or 0xC78457) is known color: Burning Sand. HEX triplet: C7, 84 and 57. RGB value is (199,132,87). Sum of RGB (Red+Green+Blue) = 199+132+87=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C78457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78457 is #387BA8. Grayscale: #939393. Windows color (decimal): -3701673 or 5735623. OLE color: 5735623.
HSL color Cylindrical-coordinate representation of color #C78457: hue angle of 24.11º 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 #C78457 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 87 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.22 |
| HSL | 24.11º | 0.5% | 0.56% | - |
| HSV(B) | 24.11º | 0.56% | 0.78% | - |
| XYZ | 33.52 | 29.33 | 12.91 | - |
| YUV | 146.9 | 94.2 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 87 | 0 | 0.34 | 0.56 | 0.22 | 24.11 | 0.5 | 0.56 |
| Hex | C7 | 84 | 57 | 0 | 22 | 38 | 16 | 18 | 32 | 38 |
| Octal | 307 | 204 | 127 | 0 | 42 | 70 | 26 | 30 | 62 | 70 |
| Binary | 11000111 | 10000100 | 1010111 | 0 | 100010 | 111000 | 10110 | 11000 | 110010 | 111000 |
Color Harmonies of #C78457
Complementary color
Monochromatic Colors of #C78457
Black with #C78457
Text Example
Text Example
White with #C78457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78457; }
p { color: rgb(199,132,87); }
H1.HeaderClassName
{
color: #C78457;
}
.AnyTagClassName
{
color: #C78457;
}
</style>
background-color css
<style>
a { background-color: #C78457; }
a { background-color: rgb(199,132,87); }
div.DivClassName
{
background-color: #C78457;
}
.BgClassName
{
background-color: #C78457;
}
</style>
border-color css
<style>
span { border-color: #C78457; }
span { border-color: rgb(199,132,87); }
td.TdClassName
{
border-color: #C78457;
}
.TagClassName
{
border-color: #C78457;
}
</style>