Shades of Burning Sand #C47B61
Tints of Burning Sand #C47B61
RGB
CMYK
RGB Variations
Color information
#C47B61 (or 0xC47B61) is known color: Burning Sand. HEX triplet: C4, 7B and 61. RGB value is (196,123,97). Sum of RGB (Red+Green+Blue) = 196+123+97=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47B61 is #3B849E. Grayscale: #8E8E8E. Windows color (decimal): -3900575 or 6388676. OLE color: 6388676.
HSL color Cylindrical-coordinate representation of color #C47B61: hue angle of 15.76º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C47B61 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 97 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.23 |
| HSL | 15.76º | 0.46% | 0.57% | - |
| HSV(B) | 15.76º | 0.51% | 0.77% | - |
| XYZ | 32.01 | 26.76 | 14.79 | - |
| YUV | 141.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 97 | 0 | 0.37 | 0.51 | 0.23 | 15.76 | 0.46 | 0.57 |
| Hex | C4 | 7B | 61 | 0 | 25 | 33 | 17 | 10 | 2E | 39 |
| Octal | 304 | 173 | 141 | 0 | 45 | 63 | 27 | 20 | 56 | 71 |
| Binary | 11000100 | 1111011 | 1100001 | 0 | 100101 | 110011 | 10111 | 10000 | 101110 | 111001 |
Color Harmonies of #C47B61
Complementary color
Monochromatic Colors of #C47B61
Black with #C47B61
Text Example
Text Example
White with #C47B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B61; }
p { color: rgb(196,123,97); }
H1.HeaderClassName
{
color: #C47B61;
}
.AnyTagClassName
{
color: #C47B61;
}
</style>
background-color css
<style>
a { background-color: #C47B61; }
a { background-color: rgb(196,123,97); }
div.DivClassName
{
background-color: #C47B61;
}
.BgClassName
{
background-color: #C47B61;
}
</style>
border-color css
<style>
span { border-color: #C47B61; }
span { border-color: rgb(196,123,97); }
td.TdClassName
{
border-color: #C47B61;
}
.TagClassName
{
border-color: #C47B61;
}
</style>