Shades of Burning Sand #C47C5C
Tints of Burning Sand #C47C5C
RGB
CMYK
RGB Variations
Color information
#C47C5C (or 0xC47C5C) is known color: Burning Sand. HEX triplet: C4, 7C and 5C. RGB value is (196,124,92). Sum of RGB (Red+Green+Blue) = 196+124+92=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C5C is #3B83A3. Grayscale: #8E8E8E. Windows color (decimal): -3900324 or 6061252. OLE color: 6061252.
HSL color Cylindrical-coordinate representation of color #C47C5C: hue angle of 18.46º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C47C5C is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 92 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.23 |
| HSL | 18.46º | 0.47% | 0.56% | - |
| HSV(B) | 18.46º | 0.53% | 0.77% | - |
| XYZ | 31.9 | 26.92 | 13.64 | - |
| YUV | 141.88 | 99.85 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 92 | 0 | 0.37 | 0.53 | 0.23 | 18.46 | 0.47 | 0.56 |
| Hex | C4 | 7C | 5C | 0 | 25 | 35 | 17 | 12 | 2F | 38 |
| Octal | 304 | 174 | 134 | 0 | 45 | 65 | 27 | 22 | 57 | 70 |
| Binary | 11000100 | 1111100 | 1011100 | 0 | 100101 | 110101 | 10111 | 10010 | 101111 | 111000 |
Color Harmonies of #C47C5C
Complementary color
Monochromatic Colors of #C47C5C
Black with #C47C5C
Text Example
Text Example
White with #C47C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47C5C; }
p { color: rgb(196,124,92); }
H1.HeaderClassName
{
color: #C47C5C;
}
.AnyTagClassName
{
color: #C47C5C;
}
</style>
background-color css
<style>
a { background-color: #C47C5C; }
a { background-color: rgb(196,124,92); }
div.DivClassName
{
background-color: #C47C5C;
}
.BgClassName
{
background-color: #C47C5C;
}
</style>
border-color css
<style>
span { border-color: #C47C5C; }
span { border-color: rgb(196,124,92); }
td.TdClassName
{
border-color: #C47C5C;
}
.TagClassName
{
border-color: #C47C5C;
}
</style>