Shades of Burning Sand #C87E55
Tints of Burning Sand #C87E55
RGB
CMYK
RGB Variations
Color information
#C87E55 (or 0xC87E55) is known color: Burning Sand. HEX triplet: C8, 7E and 55. RGB value is (200,126,85). Sum of RGB (Red+Green+Blue) = 200+126+85=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87E55 is #3781AA. Grayscale: #8F8F8F. Windows color (decimal): -3637675 or 5603016. OLE color: 5603016.
HSL color Cylindrical-coordinate representation of color #C87E55: hue angle of 21.39º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C87E55 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 85 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.22 |
| HSL | 21.39º | 0.51% | 0.56% | - |
| HSV(B) | 21.39º | 0.58% | 0.78% | - |
| XYZ | 32.92 | 27.86 | 12.24 | - |
| YUV | 143.45 | 95.02 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 85 | 0 | 0.37 | 0.58 | 0.22 | 21.39 | 0.51 | 0.56 |
| Hex | C8 | 7E | 55 | 0 | 25 | 3A | 16 | 15 | 33 | 38 |
| Octal | 310 | 176 | 125 | 0 | 45 | 72 | 26 | 25 | 63 | 70 |
| Binary | 11001000 | 1111110 | 1010101 | 0 | 100101 | 111010 | 10110 | 10101 | 110011 | 111000 |
Color Harmonies of #C87E55
Complementary color
Monochromatic Colors of #C87E55
Black with #C87E55
Text Example
Text Example
White with #C87E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E55; }
p { color: rgb(200,126,85); }
H1.HeaderClassName
{
color: #C87E55;
}
.AnyTagClassName
{
color: #C87E55;
}
</style>
background-color css
<style>
a { background-color: #C87E55; }
a { background-color: rgb(200,126,85); }
div.DivClassName
{
background-color: #C87E55;
}
.BgClassName
{
background-color: #C87E55;
}
</style>
border-color css
<style>
span { border-color: #C87E55; }
span { border-color: rgb(200,126,85); }
td.TdClassName
{
border-color: #C87E55;
}
.TagClassName
{
border-color: #C87E55;
}
</style>