Shades of Burning Sand #C37F62
Tints of Burning Sand #C37F62
RGB
CMYK
RGB Variations
Color information
#C37F62 (or 0xC37F62) is known color: Burning Sand. HEX triplet: C3, 7F and 62. RGB value is (195,127,98). Sum of RGB (Red+Green+Blue) = 195+127+98=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F62 is #3C809D. Grayscale: #909090. Windows color (decimal): -3965086 or 6455235. OLE color: 6455235.
HSL color Cylindrical-coordinate representation of color #C37F62: hue angle of 17.94º 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 #C37F62 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 98 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.24 |
| HSL | 17.94º | 0.45% | 0.57% | - |
| HSV(B) | 17.94º | 0.5% | 0.76% | - |
| XYZ | 32.3 | 27.66 | 15.19 | - |
| YUV | 144.03 | 102.03 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 98 | 0 | 0.35 | 0.50 | 0.24 | 17.94 | 0.45 | 0.57 |
| Hex | C3 | 7F | 62 | 0 | 23 | 32 | 18 | 12 | 2D | 39 |
| Octal | 303 | 177 | 142 | 0 | 43 | 62 | 30 | 22 | 55 | 71 |
| Binary | 11000011 | 1111111 | 1100010 | 0 | 100011 | 110010 | 11000 | 10010 | 101101 | 111001 |
Color Harmonies of #C37F62
Complementary color
Monochromatic Colors of #C37F62
Black with #C37F62
Text Example
Text Example
White with #C37F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37F62; }
p { color: rgb(195,127,98); }
H1.HeaderClassName
{
color: #C37F62;
}
.AnyTagClassName
{
color: #C37F62;
}
</style>
background-color css
<style>
a { background-color: #C37F62; }
a { background-color: rgb(195,127,98); }
div.DivClassName
{
background-color: #C37F62;
}
.BgClassName
{
background-color: #C37F62;
}
</style>
border-color css
<style>
span { border-color: #C37F62; }
span { border-color: rgb(195,127,98); }
td.TdClassName
{
border-color: #C37F62;
}
.TagClassName
{
border-color: #C37F62;
}
</style>