Shades of Burning Sand #C47D5A
Tints of Burning Sand #C47D5A
RGB
CMYK
RGB Variations
Color information
#C47D5A (or 0xC47D5A) is known color: Burning Sand. HEX triplet: C4, 7D and 5A. RGB value is (196,125,90). Sum of RGB (Red+Green+Blue) = 196+125+90=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D5A is #3B82A5. Grayscale: #8E8E8E. Windows color (decimal): -3900070 or 5930436. OLE color: 5930436.
HSL color Cylindrical-coordinate representation of color #C47D5A: hue angle of 19.81º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C47D5A is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 90 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.23 |
| HSL | 19.81º | 0.47% | 0.56% | - |
| HSV(B) | 19.81º | 0.54% | 0.77% | - |
| XYZ | 31.94 | 27.14 | 13.23 | - |
| YUV | 142.24 | 98.52 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 90 | 0 | 0.36 | 0.54 | 0.23 | 19.81 | 0.47 | 0.56 |
| Hex | C4 | 7D | 5A | 0 | 24 | 36 | 17 | 14 | 2F | 38 |
| Octal | 304 | 175 | 132 | 0 | 44 | 66 | 27 | 24 | 57 | 70 |
| Binary | 11000100 | 1111101 | 1011010 | 0 | 100100 | 110110 | 10111 | 10100 | 101111 | 111000 |
Color Harmonies of #C47D5A
Complementary color
Monochromatic Colors of #C47D5A
Black with #C47D5A
Text Example
Text Example
White with #C47D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D5A; }
p { color: rgb(196,125,90); }
H1.HeaderClassName
{
color: #C47D5A;
}
.AnyTagClassName
{
color: #C47D5A;
}
</style>
background-color css
<style>
a { background-color: #C47D5A; }
a { background-color: rgb(196,125,90); }
div.DivClassName
{
background-color: #C47D5A;
}
.BgClassName
{
background-color: #C47D5A;
}
</style>
border-color css
<style>
span { border-color: #C47D5A; }
span { border-color: rgb(196,125,90); }
td.TdClassName
{
border-color: #C47D5A;
}
.TagClassName
{
border-color: #C47D5A;
}
</style>