Shades of Burning Sand #C0896D
Tints of Burning Sand #C0896D
RGB
CMYK
RGB Variations
Color information
#C0896D (or 0xC0896D) is known color: Burning Sand. HEX triplet: C0, 89 and 6D. RGB value is (192,137,109). Sum of RGB (Red+Green+Blue) = 192+137+109=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0896D is #3F7692. Grayscale: #969696. Windows color (decimal): -4159123 or 7178688. OLE color: 7178688.
HSL color Cylindrical-coordinate representation of color #C0896D: hue angle of 20.24º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0896D is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 109 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.25 |
| HSL | 20.24º | 0.4% | 0.59% | - |
| HSV(B) | 20.24º | 0.43% | 0.75% | - |
| XYZ | 33.44 | 30.2 | 18.53 | - |
| YUV | 150.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 109 | 0 | 0.29 | 0.43 | 0.25 | 20.24 | 0.4 | 0.59 |
| Hex | C0 | 89 | 6D | 0 | 1D | 2B | 19 | 14 | 28 | 3B |
| Octal | 300 | 211 | 155 | 0 | 35 | 53 | 31 | 24 | 50 | 73 |
| Binary | 11000000 | 10001001 | 1101101 | 0 | 11101 | 101011 | 11001 | 10100 | 101000 | 111011 |
Color Harmonies of #C0896D
Complementary color
Monochromatic Colors of #C0896D
Black with #C0896D
Text Example
Text Example
White with #C0896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0896D; }
p { color: rgb(192,137,109); }
H1.HeaderClassName
{
color: #C0896D;
}
.AnyTagClassName
{
color: #C0896D;
}
</style>
background-color css
<style>
a { background-color: #C0896D; }
a { background-color: rgb(192,137,109); }
div.DivClassName
{
background-color: #C0896D;
}
.BgClassName
{
background-color: #C0896D;
}
</style>
border-color css
<style>
span { border-color: #C0896D; }
span { border-color: rgb(192,137,109); }
td.TdClassName
{
border-color: #C0896D;
}
.TagClassName
{
border-color: #C0896D;
}
</style>