Shades of Burning Sand #C37E5D
Tints of Burning Sand #C37E5D
RGB
CMYK
RGB Variations
Color information
#C37E5D (or 0xC37E5D) is known color: Burning Sand. HEX triplet: C3, 7E and 5D. RGB value is (195,126,93). Sum of RGB (Red+Green+Blue) = 195+126+93=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37E5D is #3C81A2. Grayscale: #8F8F8F. Windows color (decimal): -3965347 or 6127299. OLE color: 6127299.
HSL color Cylindrical-coordinate representation of color #C37E5D: hue angle of 19.41º 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 #C37E5D is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 126 | 93 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.24 |
| HSL | 19.41º | 0.46% | 0.56% | - |
| HSV(B) | 19.41º | 0.52% | 0.76% | - |
| XYZ | 31.94 | 27.31 | 13.94 | - |
| YUV | 142.87 | 99.86 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 93 | 0 | 0.35 | 0.52 | 0.24 | 19.41 | 0.46 | 0.56 |
| Hex | C3 | 7E | 5D | 0 | 23 | 34 | 18 | 13 | 2E | 38 |
| Octal | 303 | 176 | 135 | 0 | 43 | 64 | 30 | 23 | 56 | 70 |
| Binary | 11000011 | 1111110 | 1011101 | 0 | 100011 | 110100 | 11000 | 10011 | 101110 | 111000 |
Color Harmonies of #C37E5D
Complementary color
Monochromatic Colors of #C37E5D
Black with #C37E5D
Text Example
Text Example
White with #C37E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37E5D; }
p { color: rgb(195,126,93); }
H1.HeaderClassName
{
color: #C37E5D;
}
.AnyTagClassName
{
color: #C37E5D;
}
</style>
background-color css
<style>
a { background-color: #C37E5D; }
a { background-color: rgb(195,126,93); }
div.DivClassName
{
background-color: #C37E5D;
}
.BgClassName
{
background-color: #C37E5D;
}
</style>
border-color css
<style>
span { border-color: #C37E5D; }
span { border-color: rgb(195,126,93); }
td.TdClassName
{
border-color: #C37E5D;
}
.TagClassName
{
border-color: #C37E5D;
}
</style>