Shades of Burning Sand #C4886D
Tints of Burning Sand #C4886D
RGB
CMYK
RGB Variations
Color information
#C4886D (or 0xC4886D) is known color: Burning Sand. HEX triplet: C4, 88 and 6D. RGB value is (196,136,109). Sum of RGB (Red+Green+Blue) = 196+136+109=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C4886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4886D is #3B7792. Grayscale: #979797. Windows color (decimal): -3897235 or 7178436. OLE color: 7178436.
HSL color Cylindrical-coordinate representation of color #C4886D: hue angle of 18.62º 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 #C4886D is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 109 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.23 |
| HSL | 18.62º | 0.42% | 0.6% | - |
| HSV(B) | 18.62º | 0.44% | 0.77% | - |
| XYZ | 34.33 | 30.45 | 18.54 | - |
| YUV | 150.86 | 104.38 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 109 | 0 | 0.31 | 0.44 | 0.23 | 18.62 | 0.42 | 0.6 |
| Hex | C4 | 88 | 6D | 0 | 1F | 2C | 17 | 13 | 2A | 3C |
| Octal | 304 | 210 | 155 | 0 | 37 | 54 | 27 | 23 | 52 | 74 |
| Binary | 11000100 | 10001000 | 1101101 | 0 | 11111 | 101100 | 10111 | 10011 | 101010 | 111100 |
Color Harmonies of #C4886D
Complementary color
Monochromatic Colors of #C4886D
Black with #C4886D
Text Example
Text Example
White with #C4886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4886D; }
p { color: rgb(196,136,109); }
H1.HeaderClassName
{
color: #C4886D;
}
.AnyTagClassName
{
color: #C4886D;
}
</style>
background-color css
<style>
a { background-color: #C4886D; }
a { background-color: rgb(196,136,109); }
div.DivClassName
{
background-color: #C4886D;
}
.BgClassName
{
background-color: #C4886D;
}
</style>
border-color css
<style>
span { border-color: #C4886D; }
span { border-color: rgb(196,136,109); }
td.TdClassName
{
border-color: #C4886D;
}
.TagClassName
{
border-color: #C4886D;
}
</style>