Shades of Burning Sand #C37C5E
Tints of Burning Sand #C37C5E
RGB
CMYK
RGB Variations
Color information
#C37C5E (or 0xC37C5E) is known color: Burning Sand. HEX triplet: C3, 7C and 5E. RGB value is (195,124,94). Sum of RGB (Red+Green+Blue) = 195+124+94=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37C5E is #3C83A1. Grayscale: #8E8E8E. Windows color (decimal): -3965858 or 6192323. OLE color: 6192323.
HSL color Cylindrical-coordinate representation of color #C37C5E: hue angle of 17.82º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C37C5E is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 94 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.24 |
| HSL | 17.82º | 0.46% | 0.57% | - |
| HSV(B) | 17.82º | 0.52% | 0.76% | - |
| XYZ | 31.73 | 26.83 | 14.09 | - |
| YUV | 141.81 | 101.02 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 94 | 0 | 0.36 | 0.52 | 0.24 | 17.82 | 0.46 | 0.57 |
| Hex | C3 | 7C | 5E | 0 | 24 | 34 | 18 | 12 | 2E | 39 |
| Octal | 303 | 174 | 136 | 0 | 44 | 64 | 30 | 22 | 56 | 71 |
| Binary | 11000011 | 1111100 | 1011110 | 0 | 100100 | 110100 | 11000 | 10010 | 101110 | 111001 |
Color Harmonies of #C37C5E
Complementary color
Monochromatic Colors of #C37C5E
Black with #C37C5E
Text Example
Text Example
White with #C37C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C5E; }
p { color: rgb(195,124,94); }
H1.HeaderClassName
{
color: #C37C5E;
}
.AnyTagClassName
{
color: #C37C5E;
}
</style>
background-color css
<style>
a { background-color: #C37C5E; }
a { background-color: rgb(195,124,94); }
div.DivClassName
{
background-color: #C37C5E;
}
.BgClassName
{
background-color: #C37C5E;
}
</style>
border-color css
<style>
span { border-color: #C37C5E; }
span { border-color: rgb(195,124,94); }
td.TdClassName
{
border-color: #C37C5E;
}
.TagClassName
{
border-color: #C37C5E;
}
</style>