Shades of Burning Sand #C37F58
Tints of Burning Sand #C37F58
RGB
CMYK
RGB Variations
Color information
#C37F58 (or 0xC37F58) is known color: Burning Sand. HEX triplet: C3, 7F and 58. RGB value is (195,127,88). Sum of RGB (Red+Green+Blue) = 195+127+88=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F58 is #3C80A7. Grayscale: #8F8F8F. Windows color (decimal): -3965096 or 5799875. OLE color: 5799875.
HSL color Cylindrical-coordinate representation of color #C37F58: hue angle of 21.87º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C37F58 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 88 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.24 |
| HSL | 21.87º | 0.47% | 0.55% | - |
| HSV(B) | 21.87º | 0.55% | 0.76% | - |
| XYZ | 31.86 | 27.49 | 12.86 | - |
| YUV | 142.89 | 97.03 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 88 | 0 | 0.35 | 0.55 | 0.24 | 21.87 | 0.47 | 0.55 |
| Hex | C3 | 7F | 58 | 0 | 23 | 37 | 18 | 16 | 2F | 37 |
| Octal | 303 | 177 | 130 | 0 | 43 | 67 | 30 | 26 | 57 | 67 |
| Binary | 11000011 | 1111111 | 1011000 | 0 | 100011 | 110111 | 11000 | 10110 | 101111 | 110111 |
Color Harmonies of #C37F58
Complementary color
Monochromatic Colors of #C37F58
Black with #C37F58
Text Example
Text Example
White with #C37F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37F58; }
p { color: rgb(195,127,88); }
H1.HeaderClassName
{
color: #C37F58;
}
.AnyTagClassName
{
color: #C37F58;
}
</style>
background-color css
<style>
a { background-color: #C37F58; }
a { background-color: rgb(195,127,88); }
div.DivClassName
{
background-color: #C37F58;
}
.BgClassName
{
background-color: #C37F58;
}
</style>
border-color css
<style>
span { border-color: #C37F58; }
span { border-color: rgb(195,127,88); }
td.TdClassName
{
border-color: #C37F58;
}
.TagClassName
{
border-color: #C37F58;
}
</style>