Shades of Burning Sand #C4805F
Tints of Burning Sand #C4805F
RGB
CMYK
RGB Variations
Color information
#C4805F (or 0xC4805F) is known color: Burning Sand. HEX triplet: C4, 80 and 5F. RGB value is (196,128,95). Sum of RGB (Red+Green+Blue) = 196+128+95=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4805F is #3B7FA0. Grayscale: #909090. Windows color (decimal): -3899297 or 6258884. OLE color: 6258884.
HSL color Cylindrical-coordinate representation of color #C4805F: hue angle of 19.6º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4805F is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 95 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.23 |
| HSL | 19.6º | 0.46% | 0.57% | - |
| HSV(B) | 19.6º | 0.52% | 0.77% | - |
| XYZ | 32.55 | 28 | 14.52 | - |
| YUV | 144.57 | 100.03 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 95 | 0 | 0.35 | 0.52 | 0.23 | 19.6 | 0.46 | 0.57 |
| Hex | C4 | 80 | 5F | 0 | 23 | 34 | 17 | 14 | 2E | 39 |
| Octal | 304 | 200 | 137 | 0 | 43 | 64 | 27 | 24 | 56 | 71 |
| Binary | 11000100 | 10000000 | 1011111 | 0 | 100011 | 110100 | 10111 | 10100 | 101110 | 111001 |
Color Harmonies of #C4805F
Complementary color
Monochromatic Colors of #C4805F
Black with #C4805F
Text Example
Text Example
White with #C4805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4805F; }
p { color: rgb(196,128,95); }
H1.HeaderClassName
{
color: #C4805F;
}
.AnyTagClassName
{
color: #C4805F;
}
</style>
background-color css
<style>
a { background-color: #C4805F; }
a { background-color: rgb(196,128,95); }
div.DivClassName
{
background-color: #C4805F;
}
.BgClassName
{
background-color: #C4805F;
}
</style>
border-color css
<style>
span { border-color: #C4805F; }
span { border-color: rgb(196,128,95); }
td.TdClassName
{
border-color: #C4805F;
}
.TagClassName
{
border-color: #C4805F;
}
</style>