Shades of Burning Sand #C4856B
Tints of Burning Sand #C4856B
RGB
CMYK
RGB Variations
Color information
#C4856B (or 0xC4856B) is known color: Burning Sand. HEX triplet: C4, 85 and 6B. RGB value is (196,133,107). Sum of RGB (Red+Green+Blue) = 196+133+107=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4856B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4856B is #3B7A94. Grayscale: #959595. Windows color (decimal): -3898005 or 7046596. OLE color: 7046596.
HSL color Cylindrical-coordinate representation of color #C4856B: hue angle of 17.53º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4856B is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 107 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.23 |
| HSL | 17.53º | 0.43% | 0.59% | - |
| HSV(B) | 17.53º | 0.45% | 0.77% | - |
| XYZ | 33.81 | 29.57 | 17.84 | - |
| YUV | 148.87 | 104.37 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 107 | 0 | 0.32 | 0.45 | 0.23 | 17.53 | 0.43 | 0.59 |
| Hex | C4 | 85 | 6B | 0 | 20 | 2D | 17 | 12 | 2B | 3B |
| Octal | 304 | 205 | 153 | 0 | 40 | 55 | 27 | 22 | 53 | 73 |
| Binary | 11000100 | 10000101 | 1101011 | 0 | 100000 | 101101 | 10111 | 10010 | 101011 | 111011 |
Color Harmonies of #C4856B
Complementary color
Monochromatic Colors of #C4856B
Black with #C4856B
Text Example
Text Example
White with #C4856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4856B; }
p { color: rgb(196,133,107); }
H1.HeaderClassName
{
color: #C4856B;
}
.AnyTagClassName
{
color: #C4856B;
}
</style>
background-color css
<style>
a { background-color: #C4856B; }
a { background-color: rgb(196,133,107); }
div.DivClassName
{
background-color: #C4856B;
}
.BgClassName
{
background-color: #C4856B;
}
</style>
border-color css
<style>
span { border-color: #C4856B; }
span { border-color: rgb(196,133,107); }
td.TdClassName
{
border-color: #C4856B;
}
.TagClassName
{
border-color: #C4856B;
}
</style>