Shades of Burning Sand #C0896A
Tints of Burning Sand #C0896A
RGB
CMYK
RGB Variations
Color information
#C0896A (or 0xC0896A) is known color: Burning Sand. HEX triplet: C0, 89 and 6A. RGB value is (192,137,106). Sum of RGB (Red+Green+Blue) = 192+137+106=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0896A is #3F7695. Grayscale: #969696. Windows color (decimal): -4159126 or 6982080. OLE color: 6982080.
HSL color Cylindrical-coordinate representation of color #C0896A: hue angle of 21.63º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0896A is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 106 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.25 |
| HSL | 21.63º | 0.41% | 0.58% | - |
| HSV(B) | 21.63º | 0.45% | 0.75% | - |
| XYZ | 33.29 | 30.14 | 17.7 | - |
| YUV | 149.91 | 103.22 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 106 | 0 | 0.29 | 0.45 | 0.25 | 21.63 | 0.41 | 0.58 |
| Hex | C0 | 89 | 6A | 0 | 1D | 2D | 19 | 16 | 29 | 3A |
| Octal | 300 | 211 | 152 | 0 | 35 | 55 | 31 | 26 | 51 | 72 |
| Binary | 11000000 | 10001001 | 1101010 | 0 | 11101 | 101101 | 11001 | 10110 | 101001 | 111010 |
Color Harmonies of #C0896A
Complementary color
Monochromatic Colors of #C0896A
Black with #C0896A
Text Example
Text Example
White with #C0896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0896A; }
p { color: rgb(192,137,106); }
H1.HeaderClassName
{
color: #C0896A;
}
.AnyTagClassName
{
color: #C0896A;
}
</style>
background-color css
<style>
a { background-color: #C0896A; }
a { background-color: rgb(192,137,106); }
div.DivClassName
{
background-color: #C0896A;
}
.BgClassName
{
background-color: #C0896A;
}
</style>
border-color css
<style>
span { border-color: #C0896A; }
span { border-color: rgb(192,137,106); }
td.TdClassName
{
border-color: #C0896A;
}
.TagClassName
{
border-color: #C0896A;
}
</style>