Shades of Burning Sand #C87E6D
Tints of Burning Sand #C87E6D
RGB
CMYK
RGB Variations
Color information
#C87E6D (or 0xC87E6D) is known color: Burning Sand. HEX triplet: C8, 7E and 6D. RGB value is (200,126,109). Sum of RGB (Red+Green+Blue) = 200+126+109=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87E6D is #378192. Grayscale: #929292. Windows color (decimal): -3637651 or 7175880. OLE color: 7175880.
HSL color Cylindrical-coordinate representation of color #C87E6D: hue angle of 11.21º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C87E6D is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 109 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.22 |
| HSL | 11.21º | 0.45% | 0.61% | - |
| HSV(B) | 11.21º | 0.46% | 0.78% | - |
| XYZ | 34.04 | 28.31 | 18.14 | - |
| YUV | 146.19 | 107.02 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 109 | 0 | 0.37 | 0.46 | 0.22 | 11.21 | 0.45 | 0.61 |
| Hex | C8 | 7E | 6D | 0 | 25 | 2E | 16 | B | 2D | 3D |
| Octal | 310 | 176 | 155 | 0 | 45 | 56 | 26 | 13 | 55 | 75 |
| Binary | 11001000 | 1111110 | 1101101 | 0 | 100101 | 101110 | 10110 | 1011 | 101101 | 111101 |
Color Harmonies of #C87E6D
Complementary color
Monochromatic Colors of #C87E6D
Black with #C87E6D
Text Example
Text Example
White with #C87E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E6D; }
p { color: rgb(200,126,109); }
H1.HeaderClassName
{
color: #C87E6D;
}
.AnyTagClassName
{
color: #C87E6D;
}
</style>
background-color css
<style>
a { background-color: #C87E6D; }
a { background-color: rgb(200,126,109); }
div.DivClassName
{
background-color: #C87E6D;
}
.BgClassName
{
background-color: #C87E6D;
}
</style>
border-color css
<style>
span { border-color: #C87E6D; }
span { border-color: rgb(200,126,109); }
td.TdClassName
{
border-color: #C87E6D;
}
.TagClassName
{
border-color: #C87E6D;
}
</style>