Shades of Burning Sand #C87D5C
Tints of Burning Sand #C87D5C
RGB
CMYK
RGB Variations
Color information
#C87D5C (or 0xC87D5C) is known color: Burning Sand. HEX triplet: C8, 7D and 5C. RGB value is (200,125,92). Sum of RGB (Red+Green+Blue) = 200+125+92=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87D5C is #3782A3. Grayscale: #8F8F8F. Windows color (decimal): -3637924 or 6061512. OLE color: 6061512.
HSL color Cylindrical-coordinate representation of color #C87D5C: hue angle of 18.33º 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 #C87D5C is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 92 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.22 |
| HSL | 18.33º | 0.5% | 0.57% | - |
| HSV(B) | 18.33º | 0.54% | 0.78% | - |
| XYZ | 33.08 | 27.72 | 13.73 | - |
| YUV | 143.66 | 98.85 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 92 | 0 | 0.38 | 0.54 | 0.22 | 18.33 | 0.5 | 0.57 |
| Hex | C8 | 7D | 5C | 0 | 26 | 36 | 16 | 12 | 32 | 39 |
| Octal | 310 | 175 | 134 | 0 | 46 | 66 | 26 | 22 | 62 | 71 |
| Binary | 11001000 | 1111101 | 1011100 | 0 | 100110 | 110110 | 10110 | 10010 | 110010 | 111001 |
Color Harmonies of #C87D5C
Complementary color
Monochromatic Colors of #C87D5C
Black with #C87D5C
Text Example
Text Example
White with #C87D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D5C; }
p { color: rgb(200,125,92); }
H1.HeaderClassName
{
color: #C87D5C;
}
.AnyTagClassName
{
color: #C87D5C;
}
</style>
background-color css
<style>
a { background-color: #C87D5C; }
a { background-color: rgb(200,125,92); }
div.DivClassName
{
background-color: #C87D5C;
}
.BgClassName
{
background-color: #C87D5C;
}
</style>
border-color css
<style>
span { border-color: #C87D5C; }
span { border-color: rgb(200,125,92); }
td.TdClassName
{
border-color: #C87D5C;
}
.TagClassName
{
border-color: #C87D5C;
}
</style>