Shades of Burning Sand #C37D5B
Tints of Burning Sand #C37D5B
RGB
CMYK
RGB Variations
Color information
#C37D5B (or 0xC37D5B) is known color: Burning Sand. HEX triplet: C3, 7D and 5B. RGB value is (195,125,91). Sum of RGB (Red+Green+Blue) = 195+125+91=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37D5B is #3C82A4. Grayscale: #8E8E8E. Windows color (decimal): -3965605 or 5995971. OLE color: 5995971.
HSL color Cylindrical-coordinate representation of color #C37D5B: hue angle of 19.62º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C37D5B is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 91 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.24 |
| HSL | 19.62º | 0.46% | 0.56% | - |
| HSV(B) | 19.62º | 0.53% | 0.76% | - |
| XYZ | 31.73 | 27.02 | 13.44 | - |
| YUV | 142.05 | 99.19 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 91 | 0 | 0.36 | 0.53 | 0.24 | 19.62 | 0.46 | 0.56 |
| Hex | C3 | 7D | 5B | 0 | 24 | 35 | 18 | 14 | 2E | 38 |
| Octal | 303 | 175 | 133 | 0 | 44 | 65 | 30 | 24 | 56 | 70 |
| Binary | 11000011 | 1111101 | 1011011 | 0 | 100100 | 110101 | 11000 | 10100 | 101110 | 111000 |
Color Harmonies of #C37D5B
Complementary color
Monochromatic Colors of #C37D5B
Black with #C37D5B
Text Example
Text Example
White with #C37D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D5B; }
p { color: rgb(195,125,91); }
H1.HeaderClassName
{
color: #C37D5B;
}
.AnyTagClassName
{
color: #C37D5B;
}
</style>
background-color css
<style>
a { background-color: #C37D5B; }
a { background-color: rgb(195,125,91); }
div.DivClassName
{
background-color: #C37D5B;
}
.BgClassName
{
background-color: #C37D5B;
}
</style>
border-color css
<style>
span { border-color: #C37D5B; }
span { border-color: rgb(195,125,91); }
td.TdClassName
{
border-color: #C37D5B;
}
.TagClassName
{
border-color: #C37D5B;
}
</style>