Shades of Burning Sand #C47C65
Tints of Burning Sand #C47C65
RGB
CMYK
RGB Variations
Color information
#C47C65 (or 0xC47C65) is known color: Burning Sand. HEX triplet: C4, 7C and 65. RGB value is (196,124,101). Sum of RGB (Red+Green+Blue) = 196+124+101=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C65 is #3B839A. Grayscale: #8F8F8F. Windows color (decimal): -3900315 or 6651076. OLE color: 6651076.
HSL color Cylindrical-coordinate representation of color #C47C65: hue angle of 14.53º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C47C65 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 101 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.23 |
| HSL | 14.53º | 0.45% | 0.58% | - |
| HSV(B) | 14.53º | 0.48% | 0.77% | - |
| XYZ | 32.32 | 27.09 | 15.84 | - |
| YUV | 142.91 | 104.35 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 101 | 0 | 0.37 | 0.48 | 0.23 | 14.53 | 0.45 | 0.58 |
| Hex | C4 | 7C | 65 | 0 | 25 | 30 | 17 | F | 2D | 3A |
| Octal | 304 | 174 | 145 | 0 | 45 | 60 | 27 | 17 | 55 | 72 |
| Binary | 11000100 | 1111100 | 1100101 | 0 | 100101 | 110000 | 10111 | 1111 | 101101 | 111010 |
Color Harmonies of #C47C65
Complementary color
Monochromatic Colors of #C47C65
Black with #C47C65
Text Example
Text Example
White with #C47C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47C65; }
p { color: rgb(196,124,101); }
H1.HeaderClassName
{
color: #C47C65;
}
.AnyTagClassName
{
color: #C47C65;
}
</style>
background-color css
<style>
a { background-color: #C47C65; }
a { background-color: rgb(196,124,101); }
div.DivClassName
{
background-color: #C47C65;
}
.BgClassName
{
background-color: #C47C65;
}
</style>
border-color css
<style>
span { border-color: #C47C65; }
span { border-color: rgb(196,124,101); }
td.TdClassName
{
border-color: #C47C65;
}
.TagClassName
{
border-color: #C47C65;
}
</style>