Shades of Burning Sand #C4856A
Tints of Burning Sand #C4856A
RGB
CMYK
RGB Variations
Color information
#C4856A (or 0xC4856A) is known color: Burning Sand. HEX triplet: C4, 85 and 6A. RGB value is (196,133,106). Sum of RGB (Red+Green+Blue) = 196+133+106=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4856A is #3B7A95. Grayscale: #949494. Windows color (decimal): -3898006 or 6981060. OLE color: 6981060.
HSL color Cylindrical-coordinate representation of color #C4856A: hue angle of 18º 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 #C4856A is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 106 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.23 |
| HSL | 18º | 0.43% | 0.59% | - |
| HSV(B) | 18º | 0.46% | 0.77% | - |
| XYZ | 33.75 | 29.55 | 17.56 | - |
| YUV | 148.76 | 103.87 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 106 | 0 | 0.32 | 0.46 | 0.23 | 18 | 0.43 | 0.59 |
| Hex | C4 | 85 | 6A | 0 | 20 | 2E | 17 | 12 | 2B | 3B |
| Octal | 304 | 205 | 152 | 0 | 40 | 56 | 27 | 22 | 53 | 73 |
| Binary | 11000100 | 10000101 | 1101010 | 0 | 100000 | 101110 | 10111 | 10010 | 101011 | 111011 |
Color Harmonies of #C4856A
Complementary color
Monochromatic Colors of #C4856A
Black with #C4856A
Text Example
Text Example
White with #C4856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4856A; }
p { color: rgb(196,133,106); }
H1.HeaderClassName
{
color: #C4856A;
}
.AnyTagClassName
{
color: #C4856A;
}
</style>
background-color css
<style>
a { background-color: #C4856A; }
a { background-color: rgb(196,133,106); }
div.DivClassName
{
background-color: #C4856A;
}
.BgClassName
{
background-color: #C4856A;
}
</style>
border-color css
<style>
span { border-color: #C4856A; }
span { border-color: rgb(196,133,106); }
td.TdClassName
{
border-color: #C4856A;
}
.TagClassName
{
border-color: #C4856A;
}
</style>