Shades of Burning Sand #C88659
Tints of Burning Sand #C88659
RGB
CMYK
RGB Variations
Color information
#C88659 (or 0xC88659) is known color: Burning Sand. HEX triplet: C8, 86 and 59. RGB value is (200,134,89). Sum of RGB (Red+Green+Blue) = 200+134+89=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C88659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88659 is #3779A6. Grayscale: #949494. Windows color (decimal): -3635623 or 5867208. OLE color: 5867208.
HSL color Cylindrical-coordinate representation of color #C88659: hue angle of 24.32º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C88659 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 89 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.22 |
| HSL | 24.32º | 0.5% | 0.57% | - |
| HSV(B) | 24.32º | 0.56% | 0.78% | - |
| XYZ | 34.15 | 30.05 | 13.45 | - |
| YUV | 148.6 | 94.37 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 89 | 0 | 0.33 | 0.56 | 0.22 | 24.32 | 0.5 | 0.57 |
| Hex | C8 | 86 | 59 | 0 | 21 | 38 | 16 | 18 | 32 | 39 |
| Octal | 310 | 206 | 131 | 0 | 41 | 70 | 26 | 30 | 62 | 71 |
| Binary | 11001000 | 10000110 | 1011001 | 0 | 100001 | 111000 | 10110 | 11000 | 110010 | 111001 |
Color Harmonies of #C88659
Complementary color
Monochromatic Colors of #C88659
Black with #C88659
Text Example
Text Example
White with #C88659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88659; }
p { color: rgb(200,134,89); }
H1.HeaderClassName
{
color: #C88659;
}
.AnyTagClassName
{
color: #C88659;
}
</style>
background-color css
<style>
a { background-color: #C88659; }
a { background-color: rgb(200,134,89); }
div.DivClassName
{
background-color: #C88659;
}
.BgClassName
{
background-color: #C88659;
}
</style>
border-color css
<style>
span { border-color: #C88659; }
span { border-color: rgb(200,134,89); }
td.TdClassName
{
border-color: #C88659;
}
.TagClassName
{
border-color: #C88659;
}
</style>