Shades of Burning Sand #C37E61
Tints of Burning Sand #C37E61
RGB
CMYK
RGB Variations
Color information
#C37E61 (or 0xC37E61) is known color: Burning Sand. HEX triplet: C3, 7E and 61. RGB value is (195,126,97). Sum of RGB (Red+Green+Blue) = 195+126+97=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37E61 is #3C819E. Grayscale: #8F8F8F. Windows color (decimal): -3965343 or 6389443. OLE color: 6389443.
HSL color Cylindrical-coordinate representation of color #C37E61: hue angle of 17.76º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C37E61 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 126 | 97 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.24 |
| HSL | 17.76º | 0.45% | 0.57% | - |
| HSV(B) | 17.76º | 0.5% | 0.76% | - |
| XYZ | 32.12 | 27.39 | 14.9 | - |
| YUV | 143.33 | 101.86 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 97 | 0 | 0.35 | 0.50 | 0.24 | 17.76 | 0.45 | 0.57 |
| Hex | C3 | 7E | 61 | 0 | 23 | 32 | 18 | 12 | 2D | 39 |
| Octal | 303 | 176 | 141 | 0 | 43 | 62 | 30 | 22 | 55 | 71 |
| Binary | 11000011 | 1111110 | 1100001 | 0 | 100011 | 110010 | 11000 | 10010 | 101101 | 111001 |
Color Harmonies of #C37E61
Complementary color
Monochromatic Colors of #C37E61
Black with #C37E61
Text Example
Text Example
White with #C37E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37E61; }
p { color: rgb(195,126,97); }
H1.HeaderClassName
{
color: #C37E61;
}
.AnyTagClassName
{
color: #C37E61;
}
</style>
background-color css
<style>
a { background-color: #C37E61; }
a { background-color: rgb(195,126,97); }
div.DivClassName
{
background-color: #C37E61;
}
.BgClassName
{
background-color: #C37E61;
}
</style>
border-color css
<style>
span { border-color: #C37E61; }
span { border-color: rgb(195,126,97); }
td.TdClassName
{
border-color: #C37E61;
}
.TagClassName
{
border-color: #C37E61;
}
</style>