Shades of Burning Sand #C47F6A
Tints of Burning Sand #C47F6A
RGB
CMYK
RGB Variations
Color information
#C47F6A (or 0xC47F6A) is known color: Burning Sand. HEX triplet: C4, 7F and 6A. RGB value is (196,127,106). Sum of RGB (Red+Green+Blue) = 196+127+106=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F6A is #3B8095. Grayscale: #919191. Windows color (decimal): -3899542 or 6979524. OLE color: 6979524.
HSL color Cylindrical-coordinate representation of color #C47F6A: hue angle of 14º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C47F6A is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 127 | 106 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.23 |
| HSL | 14º | 0.43% | 0.59% | - |
| HSV(B) | 14º | 0.46% | 0.77% | - |
| XYZ | 32.96 | 27.96 | 17.29 | - |
| YUV | 145.24 | 105.86 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 106 | 0 | 0.35 | 0.46 | 0.23 | 14 | 0.43 | 0.59 |
| Hex | C4 | 7F | 6A | 0 | 23 | 2E | 17 | E | 2B | 3B |
| Octal | 304 | 177 | 152 | 0 | 43 | 56 | 27 | 16 | 53 | 73 |
| Binary | 11000100 | 1111111 | 1101010 | 0 | 100011 | 101110 | 10111 | 1110 | 101011 | 111011 |
Color Harmonies of #C47F6A
Complementary color
Monochromatic Colors of #C47F6A
Black with #C47F6A
Text Example
Text Example
White with #C47F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47F6A; }
p { color: rgb(196,127,106); }
H1.HeaderClassName
{
color: #C47F6A;
}
.AnyTagClassName
{
color: #C47F6A;
}
</style>
background-color css
<style>
a { background-color: #C47F6A; }
a { background-color: rgb(196,127,106); }
div.DivClassName
{
background-color: #C47F6A;
}
.BgClassName
{
background-color: #C47F6A;
}
</style>
border-color css
<style>
span { border-color: #C47F6A; }
span { border-color: rgb(196,127,106); }
td.TdClassName
{
border-color: #C47F6A;
}
.TagClassName
{
border-color: #C47F6A;
}
</style>