Shades of Burning Sand #C47F6D
Tints of Burning Sand #C47F6D
RGB
CMYK
RGB Variations
Color information
#C47F6D (or 0xC47F6D) is known color: Burning Sand. HEX triplet: C4, 7F and 6D. RGB value is (196,127,109). Sum of RGB (Red+Green+Blue) = 196+127+109=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F6D is #3B8092. Grayscale: #919191. Windows color (decimal): -3899539 or 7176132. OLE color: 7176132.
HSL color Cylindrical-coordinate representation of color #C47F6D: hue angle of 12.41º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C47F6D is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 127 | 109 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.23 |
| HSL | 12.41º | 0.42% | 0.6% | - |
| HSV(B) | 12.41º | 0.44% | 0.77% | - |
| XYZ | 33.11 | 28.02 | 18.13 | - |
| YUV | 145.58 | 107.36 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 109 | 0 | 0.35 | 0.44 | 0.23 | 12.41 | 0.42 | 0.6 |
| Hex | C4 | 7F | 6D | 0 | 23 | 2C | 17 | C | 2A | 3C |
| Octal | 304 | 177 | 155 | 0 | 43 | 54 | 27 | 14 | 52 | 74 |
| Binary | 11000100 | 1111111 | 1101101 | 0 | 100011 | 101100 | 10111 | 1100 | 101010 | 111100 |
Color Harmonies of #C47F6D
Complementary color
Monochromatic Colors of #C47F6D
Black with #C47F6D
Text Example
Text Example
White with #C47F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47F6D; }
p { color: rgb(196,127,109); }
H1.HeaderClassName
{
color: #C47F6D;
}
.AnyTagClassName
{
color: #C47F6D;
}
</style>
background-color css
<style>
a { background-color: #C47F6D; }
a { background-color: rgb(196,127,109); }
div.DivClassName
{
background-color: #C47F6D;
}
.BgClassName
{
background-color: #C47F6D;
}
</style>
border-color css
<style>
span { border-color: #C47F6D; }
span { border-color: rgb(196,127,109); }
td.TdClassName
{
border-color: #C47F6D;
}
.TagClassName
{
border-color: #C47F6D;
}
</style>