Shades of Burning Sand #C4876A
Tints of Burning Sand #C4876A
RGB
CMYK
RGB Variations
Color information
#C4876A (or 0xC4876A) is known color: Burning Sand. HEX triplet: C4, 87 and 6A. RGB value is (196,135,106). Sum of RGB (Red+Green+Blue) = 196+135+106=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4876A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4876A is #3B7895. Grayscale: #969696. Windows color (decimal): -3897494 or 6981572. OLE color: 6981572.
HSL color Cylindrical-coordinate representation of color #C4876A: hue angle of 19.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C4876A is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 106 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.23 |
| HSL | 19.33º | 0.43% | 0.59% | - |
| HSV(B) | 19.33º | 0.46% | 0.77% | - |
| XYZ | 34.03 | 30.1 | 17.65 | - |
| YUV | 149.93 | 103.21 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 106 | 0 | 0.31 | 0.46 | 0.23 | 19.33 | 0.43 | 0.59 |
| Hex | C4 | 87 | 6A | 0 | 1F | 2E | 17 | 13 | 2B | 3B |
| Octal | 304 | 207 | 152 | 0 | 37 | 56 | 27 | 23 | 53 | 73 |
| Binary | 11000100 | 10000111 | 1101010 | 0 | 11111 | 101110 | 10111 | 10011 | 101011 | 111011 |
Color Harmonies of #C4876A
Complementary color
Monochromatic Colors of #C4876A
Black with #C4876A
Text Example
Text Example
White with #C4876A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4876A; }
p { color: rgb(196,135,106); }
H1.HeaderClassName
{
color: #C4876A;
}
.AnyTagClassName
{
color: #C4876A;
}
</style>
background-color css
<style>
a { background-color: #C4876A; }
a { background-color: rgb(196,135,106); }
div.DivClassName
{
background-color: #C4876A;
}
.BgClassName
{
background-color: #C4876A;
}
</style>
border-color css
<style>
span { border-color: #C4876A; }
span { border-color: rgb(196,135,106); }
td.TdClassName
{
border-color: #C4876A;
}
.TagClassName
{
border-color: #C4876A;
}
</style>