Shades of Burning Sand #C37D62
Tints of Burning Sand #C37D62
RGB
CMYK
RGB Variations
Color information
#C37D62 (or 0xC37D62) is known color: Burning Sand. HEX triplet: C3, 7D and 62. RGB value is (195,125,98). Sum of RGB (Red+Green+Blue) = 195+125+98=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37D62 is #3C829D. Grayscale: #8F8F8F. Windows color (decimal): -3965598 or 6454723. OLE color: 6454723.
HSL color Cylindrical-coordinate representation of color #C37D62: hue angle of 16.7º 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 #C37D62 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 98 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.24 |
| HSL | 16.7º | 0.45% | 0.57% | - |
| HSV(B) | 16.7º | 0.5% | 0.76% | - |
| XYZ | 32.04 | 27.15 | 15.11 | - |
| YUV | 142.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 98 | 0 | 0.36 | 0.50 | 0.24 | 16.7 | 0.45 | 0.57 |
| Hex | C3 | 7D | 62 | 0 | 24 | 32 | 18 | 11 | 2D | 39 |
| Octal | 303 | 175 | 142 | 0 | 44 | 62 | 30 | 21 | 55 | 71 |
| Binary | 11000011 | 1111101 | 1100010 | 0 | 100100 | 110010 | 11000 | 10001 | 101101 | 111001 |
Color Harmonies of #C37D62
Complementary color
Monochromatic Colors of #C37D62
Black with #C37D62
Text Example
Text Example
White with #C37D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D62; }
p { color: rgb(195,125,98); }
H1.HeaderClassName
{
color: #C37D62;
}
.AnyTagClassName
{
color: #C37D62;
}
</style>
background-color css
<style>
a { background-color: #C37D62; }
a { background-color: rgb(195,125,98); }
div.DivClassName
{
background-color: #C37D62;
}
.BgClassName
{
background-color: #C37D62;
}
</style>
border-color css
<style>
span { border-color: #C37D62; }
span { border-color: rgb(195,125,98); }
td.TdClassName
{
border-color: #C37D62;
}
.TagClassName
{
border-color: #C37D62;
}
</style>