Shades of Burning Sand #C87A61
Tints of Burning Sand #C87A61
RGB
CMYK
RGB Variations
Color information
#C87A61 (or 0xC87A61) is known color: Burning Sand. HEX triplet: C8, 7A and 61. RGB value is (200,122,97). Sum of RGB (Red+Green+Blue) = 200+122+97=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87A61 is #37859E. Grayscale: #8E8E8E. Windows color (decimal): -3638687 or 6388424. OLE color: 6388424.
HSL color Cylindrical-coordinate representation of color #C87A61: hue angle of 14.56º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C87A61 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 97 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.22 |
| HSL | 14.56º | 0.48% | 0.58% | - |
| HSV(B) | 14.56º | 0.52% | 0.78% | - |
| XYZ | 32.94 | 27.06 | 14.8 | - |
| YUV | 142.47 | 102.34 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 97 | 0 | 0.39 | 0.52 | 0.22 | 14.56 | 0.48 | 0.58 |
| Hex | C8 | 7A | 61 | 0 | 27 | 34 | 16 | F | 30 | 3A |
| Octal | 310 | 172 | 141 | 0 | 47 | 64 | 26 | 17 | 60 | 72 |
| Binary | 11001000 | 1111010 | 1100001 | 0 | 100111 | 110100 | 10110 | 1111 | 110000 | 111010 |
Color Harmonies of #C87A61
Complementary color
Monochromatic Colors of #C87A61
Black with #C87A61
Text Example
Text Example
White with #C87A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A61; }
p { color: rgb(200,122,97); }
H1.HeaderClassName
{
color: #C87A61;
}
.AnyTagClassName
{
color: #C87A61;
}
</style>
background-color css
<style>
a { background-color: #C87A61; }
a { background-color: rgb(200,122,97); }
div.DivClassName
{
background-color: #C87A61;
}
.BgClassName
{
background-color: #C87A61;
}
</style>
border-color css
<style>
span { border-color: #C87A61; }
span { border-color: rgb(200,122,97); }
td.TdClassName
{
border-color: #C87A61;
}
.TagClassName
{
border-color: #C87A61;
}
</style>