Shades of Burning Sand #C4855C
Tints of Burning Sand #C4855C
RGB
CMYK
RGB Variations
Color information
#C4855C (or 0xC4855C) is known color: Burning Sand. HEX triplet: C4, 85 and 5C. RGB value is (196,133,92). Sum of RGB (Red+Green+Blue) = 196+133+92=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C4855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4855C is #3B7AA3. Grayscale: #939393. Windows color (decimal): -3898020 or 6063556. OLE color: 6063556.
HSL color Cylindrical-coordinate representation of color #C4855C: hue angle of 23.65º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4855C is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 92 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.23 |
| HSL | 23.65º | 0.47% | 0.56% | - |
| HSV(B) | 23.65º | 0.53% | 0.77% | - |
| XYZ | 33.08 | 29.28 | 14.03 | - |
| YUV | 147.16 | 96.87 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 92 | 0 | 0.32 | 0.53 | 0.23 | 23.65 | 0.47 | 0.56 |
| Hex | C4 | 85 | 5C | 0 | 20 | 35 | 17 | 18 | 2F | 38 |
| Octal | 304 | 205 | 134 | 0 | 40 | 65 | 27 | 30 | 57 | 70 |
| Binary | 11000100 | 10000101 | 1011100 | 0 | 100000 | 110101 | 10111 | 11000 | 101111 | 111000 |
Color Harmonies of #C4855C
Complementary color
Monochromatic Colors of #C4855C
Black with #C4855C
Text Example
Text Example
White with #C4855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4855C; }
p { color: rgb(196,133,92); }
H1.HeaderClassName
{
color: #C4855C;
}
.AnyTagClassName
{
color: #C4855C;
}
</style>
background-color css
<style>
a { background-color: #C4855C; }
a { background-color: rgb(196,133,92); }
div.DivClassName
{
background-color: #C4855C;
}
.BgClassName
{
background-color: #C4855C;
}
</style>
border-color css
<style>
span { border-color: #C4855C; }
span { border-color: rgb(196,133,92); }
td.TdClassName
{
border-color: #C4855C;
}
.TagClassName
{
border-color: #C4855C;
}
</style>