Shades of Burning Sand #C37E55
Tints of Burning Sand #C37E55
RGB
CMYK
RGB Variations
Color information
#C37E55 (or 0xC37E55) is known color: Burning Sand. HEX triplet: C3, 7E and 55. RGB value is (195,126,85). Sum of RGB (Red+Green+Blue) = 195+126+85=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37E55 is #3C81AA. Grayscale: #8E8E8E. Windows color (decimal): -3965355 or 5603011. OLE color: 5603011.
HSL color Cylindrical-coordinate representation of color #C37E55: hue angle of 22.36º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C37E55 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 126 | 85 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.24 |
| HSL | 22.36º | 0.48% | 0.55% | - |
| HSV(B) | 22.36º | 0.56% | 0.76% | - |
| XYZ | 31.61 | 27.18 | 12.17 | - |
| YUV | 141.96 | 95.86 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 85 | 0 | 0.35 | 0.56 | 0.24 | 22.36 | 0.48 | 0.55 |
| Hex | C3 | 7E | 55 | 0 | 23 | 38 | 18 | 16 | 30 | 37 |
| Octal | 303 | 176 | 125 | 0 | 43 | 70 | 30 | 26 | 60 | 67 |
| Binary | 11000011 | 1111110 | 1010101 | 0 | 100011 | 111000 | 11000 | 10110 | 110000 | 110111 |
Color Harmonies of #C37E55
Complementary color
Monochromatic Colors of #C37E55
Black with #C37E55
Text Example
Text Example
White with #C37E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37E55; }
p { color: rgb(195,126,85); }
H1.HeaderClassName
{
color: #C37E55;
}
.AnyTagClassName
{
color: #C37E55;
}
</style>
background-color css
<style>
a { background-color: #C37E55; }
a { background-color: rgb(195,126,85); }
div.DivClassName
{
background-color: #C37E55;
}
.BgClassName
{
background-color: #C37E55;
}
</style>
border-color css
<style>
span { border-color: #C37E55; }
span { border-color: rgb(195,126,85); }
td.TdClassName
{
border-color: #C37E55;
}
.TagClassName
{
border-color: #C37E55;
}
</style>