Shades of Burning Sand #C4815E
Tints of Burning Sand #C4815E
RGB
CMYK
RGB Variations
Color information
#C4815E (or 0xC4815E) is known color: Burning Sand. HEX triplet: C4, 81 and 5E. RGB value is (196,129,94). Sum of RGB (Red+Green+Blue) = 196+129+94=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4815E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4815E is #3B7EA1. Grayscale: #919191. Windows color (decimal): -3899042 or 6193604. OLE color: 6193604.
HSL color Cylindrical-coordinate representation of color #C4815E: hue angle of 20.59º 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 #C4815E is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 94 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.23 |
| HSL | 20.59º | 0.46% | 0.57% | - |
| HSV(B) | 20.59º | 0.52% | 0.77% | - |
| XYZ | 32.64 | 28.24 | 14.32 | - |
| YUV | 145.04 | 99.2 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 94 | 0 | 0.34 | 0.52 | 0.23 | 20.59 | 0.46 | 0.57 |
| Hex | C4 | 81 | 5E | 0 | 22 | 34 | 17 | 15 | 2E | 39 |
| Octal | 304 | 201 | 136 | 0 | 42 | 64 | 27 | 25 | 56 | 71 |
| Binary | 11000100 | 10000001 | 1011110 | 0 | 100010 | 110100 | 10111 | 10101 | 101110 | 111001 |
Color Harmonies of #C4815E
Complementary color
Monochromatic Colors of #C4815E
Black with #C4815E
Text Example
Text Example
White with #C4815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4815E; }
p { color: rgb(196,129,94); }
H1.HeaderClassName
{
color: #C4815E;
}
.AnyTagClassName
{
color: #C4815E;
}
</style>
background-color css
<style>
a { background-color: #C4815E; }
a { background-color: rgb(196,129,94); }
div.DivClassName
{
background-color: #C4815E;
}
.BgClassName
{
background-color: #C4815E;
}
</style>
border-color css
<style>
span { border-color: #C4815E; }
span { border-color: rgb(196,129,94); }
td.TdClassName
{
border-color: #C4815E;
}
.TagClassName
{
border-color: #C4815E;
}
</style>