Shades of Burning Sand #C4845D
Tints of Burning Sand #C4845D
RGB
CMYK
RGB Variations
Color information
#C4845D (or 0xC4845D) is known color: Burning Sand. HEX triplet: C4, 84 and 5D. RGB value is (196,132,93). Sum of RGB (Red+Green+Blue) = 196+132+93=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C4845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4845D is #3B7BA2. Grayscale: #929292. Windows color (decimal): -3898275 or 6128836. OLE color: 6128836.
HSL color Cylindrical-coordinate representation of color #C4845D: hue angle of 22.72º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4845D is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 93 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.23 |
| HSL | 22.72º | 0.47% | 0.57% | - |
| HSV(B) | 22.72º | 0.53% | 0.77% | - |
| XYZ | 32.99 | 29.03 | 14.22 | - |
| YUV | 146.69 | 97.7 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 93 | 0 | 0.33 | 0.53 | 0.23 | 22.72 | 0.47 | 0.57 |
| Hex | C4 | 84 | 5D | 0 | 21 | 35 | 17 | 17 | 2F | 39 |
| Octal | 304 | 204 | 135 | 0 | 41 | 65 | 27 | 27 | 57 | 71 |
| Binary | 11000100 | 10000100 | 1011101 | 0 | 100001 | 110101 | 10111 | 10111 | 101111 | 111001 |
Color Harmonies of #C4845D
Complementary color
Monochromatic Colors of #C4845D
Black with #C4845D
Text Example
Text Example
White with #C4845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4845D; }
p { color: rgb(196,132,93); }
H1.HeaderClassName
{
color: #C4845D;
}
.AnyTagClassName
{
color: #C4845D;
}
</style>
background-color css
<style>
a { background-color: #C4845D; }
a { background-color: rgb(196,132,93); }
div.DivClassName
{
background-color: #C4845D;
}
.BgClassName
{
background-color: #C4845D;
}
</style>
border-color css
<style>
span { border-color: #C4845D; }
span { border-color: rgb(196,132,93); }
td.TdClassName
{
border-color: #C4845D;
}
.TagClassName
{
border-color: #C4845D;
}
</style>