Shades of Burning Sand #C47E57
Tints of Burning Sand #C47E57
RGB
CMYK
RGB Variations
Color information
#C47E57 (or 0xC47E57) is known color: Burning Sand. HEX triplet: C4, 7E and 57. RGB value is (196,126,87). Sum of RGB (Red+Green+Blue) = 196+126+87=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47E57 is #3B81A8. Grayscale: #8E8E8E. Windows color (decimal): -3899817 or 5734084. OLE color: 5734084.
HSL color Cylindrical-coordinate representation of color #C47E57: hue angle of 21.47º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C47E57 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 126 | 87 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.23 |
| HSL | 21.47º | 0.48% | 0.55% | - |
| HSV(B) | 21.47º | 0.56% | 0.77% | - |
| XYZ | 31.95 | 27.35 | 12.61 | - |
| YUV | 142.48 | 96.69 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 87 | 0 | 0.36 | 0.56 | 0.23 | 21.47 | 0.48 | 0.55 |
| Hex | C4 | 7E | 57 | 0 | 24 | 38 | 17 | 15 | 30 | 37 |
| Octal | 304 | 176 | 127 | 0 | 44 | 70 | 27 | 25 | 60 | 67 |
| Binary | 11000100 | 1111110 | 1010111 | 0 | 100100 | 111000 | 10111 | 10101 | 110000 | 110111 |
Color Harmonies of #C47E57
Complementary color
Monochromatic Colors of #C47E57
Black with #C47E57
Text Example
Text Example
White with #C47E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47E57; }
p { color: rgb(196,126,87); }
H1.HeaderClassName
{
color: #C47E57;
}
.AnyTagClassName
{
color: #C47E57;
}
</style>
background-color css
<style>
a { background-color: #C47E57; }
a { background-color: rgb(196,126,87); }
div.DivClassName
{
background-color: #C47E57;
}
.BgClassName
{
background-color: #C47E57;
}
</style>
border-color css
<style>
span { border-color: #C47E57; }
span { border-color: rgb(196,126,87); }
td.TdClassName
{
border-color: #C47E57;
}
.TagClassName
{
border-color: #C47E57;
}
</style>