Shades of Burning Sand #C87E5C
Tints of Burning Sand #C87E5C
RGB
CMYK
RGB Variations
Color information
#C87E5C (or 0xC87E5C) is known color: Burning Sand. HEX triplet: C8, 7E and 5C. RGB value is (200,126,92). Sum of RGB (Red+Green+Blue) = 200+126+92=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87E5C is #3781A3. Grayscale: #909090. Windows color (decimal): -3637668 or 6061768. OLE color: 6061768.
HSL color Cylindrical-coordinate representation of color #C87E5C: hue angle of 18.89º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C87E5C is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 92 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.22 |
| HSL | 18.89º | 0.5% | 0.57% | - |
| HSV(B) | 18.89º | 0.54% | 0.78% | - |
| XYZ | 33.21 | 27.97 | 13.77 | - |
| YUV | 144.25 | 98.52 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 92 | 0 | 0.37 | 0.54 | 0.22 | 18.89 | 0.5 | 0.57 |
| Hex | C8 | 7E | 5C | 0 | 25 | 36 | 16 | 13 | 32 | 39 |
| Octal | 310 | 176 | 134 | 0 | 45 | 66 | 26 | 23 | 62 | 71 |
| Binary | 11001000 | 1111110 | 1011100 | 0 | 100101 | 110110 | 10110 | 10011 | 110010 | 111001 |
Color Harmonies of #C87E5C
Complementary color
Monochromatic Colors of #C87E5C
Black with #C87E5C
Text Example
Text Example
White with #C87E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E5C; }
p { color: rgb(200,126,92); }
H1.HeaderClassName
{
color: #C87E5C;
}
.AnyTagClassName
{
color: #C87E5C;
}
</style>
background-color css
<style>
a { background-color: #C87E5C; }
a { background-color: rgb(200,126,92); }
div.DivClassName
{
background-color: #C87E5C;
}
.BgClassName
{
background-color: #C87E5C;
}
</style>
border-color css
<style>
span { border-color: #C87E5C; }
span { border-color: rgb(200,126,92); }
td.TdClassName
{
border-color: #C87E5C;
}
.TagClassName
{
border-color: #C87E5C;
}
</style>