Shades of Burning Sand #C87F6D
Tints of Burning Sand #C87F6D
RGB
CMYK
RGB Variations
Color information
#C87F6D (or 0xC87F6D) is known color: Burning Sand. HEX triplet: C8, 7F and 6D. RGB value is (200,127,109). Sum of RGB (Red+Green+Blue) = 200+127+109=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87F6D is #378092. Grayscale: #929292. Windows color (decimal): -3637395 or 7176136. OLE color: 7176136.
HSL color Cylindrical-coordinate representation of color #C87F6D: hue angle of 11.87º 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 #C87F6D is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 109 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.22 |
| HSL | 11.87º | 0.45% | 0.61% | - |
| HSV(B) | 11.87º | 0.46% | 0.78% | - |
| XYZ | 34.17 | 28.56 | 18.18 | - |
| YUV | 146.78 | 106.68 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 109 | 0 | 0.36 | 0.46 | 0.22 | 11.87 | 0.45 | 0.61 |
| Hex | C8 | 7F | 6D | 0 | 24 | 2E | 16 | C | 2D | 3D |
| Octal | 310 | 177 | 155 | 0 | 44 | 56 | 26 | 14 | 55 | 75 |
| Binary | 11001000 | 1111111 | 1101101 | 0 | 100100 | 101110 | 10110 | 1100 | 101101 | 111101 |
Color Harmonies of #C87F6D
Complementary color
Monochromatic Colors of #C87F6D
Black with #C87F6D
Text Example
Text Example
White with #C87F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87F6D; }
p { color: rgb(200,127,109); }
H1.HeaderClassName
{
color: #C87F6D;
}
.AnyTagClassName
{
color: #C87F6D;
}
</style>
background-color css
<style>
a { background-color: #C87F6D; }
a { background-color: rgb(200,127,109); }
div.DivClassName
{
background-color: #C87F6D;
}
.BgClassName
{
background-color: #C87F6D;
}
</style>
border-color css
<style>
span { border-color: #C87F6D; }
span { border-color: rgb(200,127,109); }
td.TdClassName
{
border-color: #C87F6D;
}
.TagClassName
{
border-color: #C87F6D;
}
</style>