Shades of Burning Sand #C47E6C
Tints of Burning Sand #C47E6C
RGB
CMYK
RGB Variations
Color information
#C47E6C (or 0xC47E6C) is known color: Burning Sand. HEX triplet: C4, 7E and 6C. RGB value is (196,126,108). Sum of RGB (Red+Green+Blue) = 196+126+108=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47E6C is #3B8193. Grayscale: #919191. Windows color (decimal): -3899796 or 7110340. OLE color: 7110340.
HSL color Cylindrical-coordinate representation of color #C47E6C: hue angle of 12.27º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C47E6C is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 126 | 108 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.23 |
| HSL | 12.27º | 0.43% | 0.6% | - |
| HSV(B) | 12.27º | 0.45% | 0.77% | - |
| XYZ | 32.93 | 27.74 | 17.81 | - |
| YUV | 144.88 | 107.19 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 108 | 0 | 0.36 | 0.45 | 0.23 | 12.27 | 0.43 | 0.6 |
| Hex | C4 | 7E | 6C | 0 | 24 | 2D | 17 | C | 2B | 3C |
| Octal | 304 | 176 | 154 | 0 | 44 | 55 | 27 | 14 | 53 | 74 |
| Binary | 11000100 | 1111110 | 1101100 | 0 | 100100 | 101101 | 10111 | 1100 | 101011 | 111100 |
Color Harmonies of #C47E6C
Complementary color
Monochromatic Colors of #C47E6C
Black with #C47E6C
Text Example
Text Example
White with #C47E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47E6C; }
p { color: rgb(196,126,108); }
H1.HeaderClassName
{
color: #C47E6C;
}
.AnyTagClassName
{
color: #C47E6C;
}
</style>
background-color css
<style>
a { background-color: #C47E6C; }
a { background-color: rgb(196,126,108); }
div.DivClassName
{
background-color: #C47E6C;
}
.BgClassName
{
background-color: #C47E6C;
}
</style>
border-color css
<style>
span { border-color: #C47E6C; }
span { border-color: rgb(196,126,108); }
td.TdClassName
{
border-color: #C47E6C;
}
.TagClassName
{
border-color: #C47E6C;
}
</style>