Shades of Burning Sand #C8896A
Tints of Burning Sand #C8896A
RGB
CMYK
RGB Variations
Color information
#C8896A (or 0xC8896A) is known color: Burning Sand. HEX triplet: C8, 89 and 6A. RGB value is (200,137,106). Sum of RGB (Red+Green+Blue) = 200+137+106=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8896A is #377695. Grayscale: #989898. Windows color (decimal): -3634838 or 6982088. OLE color: 6982088.
HSL color Cylindrical-coordinate representation of color #C8896A: hue angle of 19.79º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8896A is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 106 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.22 |
| HSL | 19.79º | 0.46% | 0.6% | - |
| HSV(B) | 19.79º | 0.47% | 0.78% | - |
| XYZ | 35.37 | 31.21 | 17.8 | - |
| YUV | 152.3 | 101.87 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 106 | 0 | 0.32 | 0.47 | 0.22 | 19.79 | 0.46 | 0.6 |
| Hex | C8 | 89 | 6A | 0 | 20 | 2F | 16 | 14 | 2E | 3C |
| Octal | 310 | 211 | 152 | 0 | 40 | 57 | 26 | 24 | 56 | 74 |
| Binary | 11001000 | 10001001 | 1101010 | 0 | 100000 | 101111 | 10110 | 10100 | 101110 | 111100 |
Color Harmonies of #C8896A
Complementary color
Monochromatic Colors of #C8896A
Black with #C8896A
Text Example
Text Example
White with #C8896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8896A; }
p { color: rgb(200,137,106); }
H1.HeaderClassName
{
color: #C8896A;
}
.AnyTagClassName
{
color: #C8896A;
}
</style>
background-color css
<style>
a { background-color: #C8896A; }
a { background-color: rgb(200,137,106); }
div.DivClassName
{
background-color: #C8896A;
}
.BgClassName
{
background-color: #C8896A;
}
</style>
border-color css
<style>
span { border-color: #C8896A; }
span { border-color: rgb(200,137,106); }
td.TdClassName
{
border-color: #C8896A;
}
.TagClassName
{
border-color: #C8896A;
}
</style>