Shades of Burning Sand #C47D59
Tints of Burning Sand #C47D59
RGB
CMYK
RGB Variations
Color information
#C47D59 (or 0xC47D59) is known color: Burning Sand. HEX triplet: C4, 7D and 59. RGB value is (196,125,89). Sum of RGB (Red+Green+Blue) = 196+125+89=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D59 is #3B82A6. Grayscale: #8E8E8E. Windows color (decimal): -3900071 or 5864900. OLE color: 5864900.
HSL color Cylindrical-coordinate representation of color #C47D59: hue angle of 20.19º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C47D59 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 89 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.23 |
| HSL | 20.19º | 0.48% | 0.56% | - |
| HSV(B) | 20.19º | 0.55% | 0.77% | - |
| XYZ | 31.9 | 27.12 | 13.01 | - |
| YUV | 142.13 | 98.02 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 89 | 0 | 0.36 | 0.55 | 0.23 | 20.19 | 0.48 | 0.56 |
| Hex | C4 | 7D | 59 | 0 | 24 | 37 | 17 | 14 | 30 | 38 |
| Octal | 304 | 175 | 131 | 0 | 44 | 67 | 27 | 24 | 60 | 70 |
| Binary | 11000100 | 1111101 | 1011001 | 0 | 100100 | 110111 | 10111 | 10100 | 110000 | 111000 |
Color Harmonies of #C47D59
Complementary color
Monochromatic Colors of #C47D59
Black with #C47D59
Text Example
Text Example
White with #C47D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D59; }
p { color: rgb(196,125,89); }
H1.HeaderClassName
{
color: #C47D59;
}
.AnyTagClassName
{
color: #C47D59;
}
</style>
background-color css
<style>
a { background-color: #C47D59; }
a { background-color: rgb(196,125,89); }
div.DivClassName
{
background-color: #C47D59;
}
.BgClassName
{
background-color: #C47D59;
}
</style>
border-color css
<style>
span { border-color: #C47D59; }
span { border-color: rgb(196,125,89); }
td.TdClassName
{
border-color: #C47D59;
}
.TagClassName
{
border-color: #C47D59;
}
</style>