Shades of Burning Sand #C4876E
Tints of Burning Sand #C4876E
RGB
CMYK
RGB Variations
Color information
#C4876E (or 0xC4876E) is known color: Burning Sand. HEX triplet: C4, 87 and 6E. RGB value is (196,135,110). Sum of RGB (Red+Green+Blue) = 196+135+110=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C4876E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4876E is #3B7891. Grayscale: #969696. Windows color (decimal): -3897490 or 7243716. OLE color: 7243716.
HSL color Cylindrical-coordinate representation of color #C4876E: hue angle of 17.44º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4876E is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 110 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.23 |
| HSL | 17.44º | 0.42% | 0.6% | - |
| HSV(B) | 17.44º | 0.44% | 0.77% | - |
| XYZ | 34.24 | 30.19 | 18.77 | - |
| YUV | 150.39 | 105.21 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 110 | 0 | 0.31 | 0.44 | 0.23 | 17.44 | 0.42 | 0.6 |
| Hex | C4 | 87 | 6E | 0 | 1F | 2C | 17 | 11 | 2A | 3C |
| Octal | 304 | 207 | 156 | 0 | 37 | 54 | 27 | 21 | 52 | 74 |
| Binary | 11000100 | 10000111 | 1101110 | 0 | 11111 | 101100 | 10111 | 10001 | 101010 | 111100 |
Color Harmonies of #C4876E
Complementary color
Monochromatic Colors of #C4876E
Black with #C4876E
Text Example
Text Example
White with #C4876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4876E; }
p { color: rgb(196,135,110); }
H1.HeaderClassName
{
color: #C4876E;
}
.AnyTagClassName
{
color: #C4876E;
}
</style>
background-color css
<style>
a { background-color: #C4876E; }
a { background-color: rgb(196,135,110); }
div.DivClassName
{
background-color: #C4876E;
}
.BgClassName
{
background-color: #C4876E;
}
</style>
border-color css
<style>
span { border-color: #C4876E; }
span { border-color: rgb(196,135,110); }
td.TdClassName
{
border-color: #C4876E;
}
.TagClassName
{
border-color: #C4876E;
}
</style>