Shades of Burning Sand #C47D62
Tints of Burning Sand #C47D62
RGB
CMYK
RGB Variations
Color information
#C47D62 (or 0xC47D62) is known color: Burning Sand. HEX triplet: C4, 7D and 62. RGB value is (196,125,98). Sum of RGB (Red+Green+Blue) = 196+125+98=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D62 is #3B829D. Grayscale: #8F8F8F. Windows color (decimal): -3900062 or 6454724. OLE color: 6454724.
HSL color Cylindrical-coordinate representation of color #C47D62: hue angle of 16.53º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C47D62 is Cyan = 0, Magento = 0.36, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 98 | - |
| CMYK | 0 | 0.36 | 0.5 | 0.23 |
| HSL | 16.53º | 0.45% | 0.58% | - |
| HSV(B) | 16.53º | 0.5% | 0.77% | - |
| XYZ | 32.3 | 27.28 | 15.12 | - |
| YUV | 143.15 | 102.52 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 98 | 0 | 0.36 | 0.5 | 0.23 | 16.53 | 0.45 | 0.58 |
| Hex | C4 | 7D | 62 | 0 | 24 | 32 | 17 | 11 | 2D | 3A |
| Octal | 304 | 175 | 142 | 0 | 44 | 62 | 27 | 21 | 55 | 72 |
| Binary | 11000100 | 1111101 | 1100010 | 0 | 100100 | 110010 | 10111 | 10001 | 101101 | 111010 |
Color Harmonies of #C47D62
Complementary color
Monochromatic Colors of #C47D62
Black with #C47D62
Text Example
Text Example
White with #C47D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D62; }
p { color: rgb(196,125,98); }
H1.HeaderClassName
{
color: #C47D62;
}
.AnyTagClassName
{
color: #C47D62;
}
</style>
background-color css
<style>
a { background-color: #C47D62; }
a { background-color: rgb(196,125,98); }
div.DivClassName
{
background-color: #C47D62;
}
.BgClassName
{
background-color: #C47D62;
}
</style>
border-color css
<style>
span { border-color: #C47D62; }
span { border-color: rgb(196,125,98); }
td.TdClassName
{
border-color: #C47D62;
}
.TagClassName
{
border-color: #C47D62;
}
</style>