Shades of Burning Sand #C37D5D
Tints of Burning Sand #C37D5D
RGB
CMYK
RGB Variations
Color information
#C37D5D (or 0xC37D5D) is known color: Burning Sand. HEX triplet: C3, 7D and 5D. RGB value is (195,125,93). Sum of RGB (Red+Green+Blue) = 195+125+93=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37D5D is #3C82A2. Grayscale: #8E8E8E. Windows color (decimal): -3965603 or 6127043. OLE color: 6127043.
HSL color Cylindrical-coordinate representation of color #C37D5D: hue angle of 18.82º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C37D5D is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 93 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.24 |
| HSL | 18.82º | 0.46% | 0.56% | - |
| HSV(B) | 18.82º | 0.52% | 0.76% | - |
| XYZ | 31.82 | 27.06 | 13.9 | - |
| YUV | 142.28 | 100.19 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 93 | 0 | 0.36 | 0.52 | 0.24 | 18.82 | 0.46 | 0.56 |
| Hex | C3 | 7D | 5D | 0 | 24 | 34 | 18 | 13 | 2E | 38 |
| Octal | 303 | 175 | 135 | 0 | 44 | 64 | 30 | 23 | 56 | 70 |
| Binary | 11000011 | 1111101 | 1011101 | 0 | 100100 | 110100 | 11000 | 10011 | 101110 | 111000 |
Color Harmonies of #C37D5D
Complementary color
Monochromatic Colors of #C37D5D
Black with #C37D5D
Text Example
Text Example
White with #C37D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D5D; }
p { color: rgb(195,125,93); }
H1.HeaderClassName
{
color: #C37D5D;
}
.AnyTagClassName
{
color: #C37D5D;
}
</style>
background-color css
<style>
a { background-color: #C37D5D; }
a { background-color: rgb(195,125,93); }
div.DivClassName
{
background-color: #C37D5D;
}
.BgClassName
{
background-color: #C37D5D;
}
</style>
border-color css
<style>
span { border-color: #C37D5D; }
span { border-color: rgb(195,125,93); }
td.TdClassName
{
border-color: #C37D5D;
}
.TagClassName
{
border-color: #C37D5D;
}
</style>