Shades of Burning Sand #C47F6B
Tints of Burning Sand #C47F6B
RGB
CMYK
RGB Variations
Color information
#C47F6B (or 0xC47F6B) is known color: Burning Sand. HEX triplet: C4, 7F and 6B. RGB value is (196,127,107). Sum of RGB (Red+Green+Blue) = 196+127+107=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F6B is #3B8094. Grayscale: #919191. Windows color (decimal): -3899541 or 7045060. OLE color: 7045060.
HSL color Cylindrical-coordinate representation of color #C47F6B: hue angle of 13.48º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C47F6B is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 127 | 107 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.23 |
| HSL | 13.48º | 0.43% | 0.59% | - |
| HSV(B) | 13.48º | 0.45% | 0.77% | - |
| XYZ | 33.01 | 27.98 | 17.57 | - |
| YUV | 145.35 | 106.36 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 107 | 0 | 0.35 | 0.45 | 0.23 | 13.48 | 0.43 | 0.59 |
| Hex | C4 | 7F | 6B | 0 | 23 | 2D | 17 | D | 2B | 3B |
| Octal | 304 | 177 | 153 | 0 | 43 | 55 | 27 | 15 | 53 | 73 |
| Binary | 11000100 | 1111111 | 1101011 | 0 | 100011 | 101101 | 10111 | 1101 | 101011 | 111011 |
Color Harmonies of #C47F6B
Complementary color
Monochromatic Colors of #C47F6B
Black with #C47F6B
Text Example
Text Example
White with #C47F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47F6B; }
p { color: rgb(196,127,107); }
H1.HeaderClassName
{
color: #C47F6B;
}
.AnyTagClassName
{
color: #C47F6B;
}
</style>
background-color css
<style>
a { background-color: #C47F6B; }
a { background-color: rgb(196,127,107); }
div.DivClassName
{
background-color: #C47F6B;
}
.BgClassName
{
background-color: #C47F6B;
}
</style>
border-color css
<style>
span { border-color: #C47F6B; }
span { border-color: rgb(196,127,107); }
td.TdClassName
{
border-color: #C47F6B;
}
.TagClassName
{
border-color: #C47F6B;
}
</style>