Shades of Burning Sand #C87C5C
Tints of Burning Sand #C87C5C
RGB
CMYK
RGB Variations
Color information
#C87C5C (or 0xC87C5C) is known color: Burning Sand. HEX triplet: C8, 7C and 5C. RGB value is (200,124,92). Sum of RGB (Red+Green+Blue) = 200+124+92=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87C5C is #3783A3. Grayscale: #8F8F8F. Windows color (decimal): -3638180 or 6061256. OLE color: 6061256.
HSL color Cylindrical-coordinate representation of color #C87C5C: hue angle of 17.78º 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 #C87C5C is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 92 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.22 |
| HSL | 17.78º | 0.5% | 0.57% | - |
| HSV(B) | 17.78º | 0.54% | 0.78% | - |
| XYZ | 32.96 | 27.47 | 13.69 | - |
| YUV | 143.08 | 99.18 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 92 | 0 | 0.38 | 0.54 | 0.22 | 17.78 | 0.5 | 0.57 |
| Hex | C8 | 7C | 5C | 0 | 26 | 36 | 16 | 12 | 32 | 39 |
| Octal | 310 | 174 | 134 | 0 | 46 | 66 | 26 | 22 | 62 | 71 |
| Binary | 11001000 | 1111100 | 1011100 | 0 | 100110 | 110110 | 10110 | 10010 | 110010 | 111001 |
Color Harmonies of #C87C5C
Complementary color
Monochromatic Colors of #C87C5C
Black with #C87C5C
Text Example
Text Example
White with #C87C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87C5C; }
p { color: rgb(200,124,92); }
H1.HeaderClassName
{
color: #C87C5C;
}
.AnyTagClassName
{
color: #C87C5C;
}
</style>
background-color css
<style>
a { background-color: #C87C5C; }
a { background-color: rgb(200,124,92); }
div.DivClassName
{
background-color: #C87C5C;
}
.BgClassName
{
background-color: #C87C5C;
}
</style>
border-color css
<style>
span { border-color: #C87C5C; }
span { border-color: rgb(200,124,92); }
td.TdClassName
{
border-color: #C87C5C;
}
.TagClassName
{
border-color: #C87C5C;
}
</style>