Shades of Burning Sand #C08159
Tints of Burning Sand #C08159
RGB
CMYK
RGB Variations
Color information
#C08159 (or 0xC08159) is known color: Burning Sand. HEX triplet: C0, 81 and 59. RGB value is (192,129,89). Sum of RGB (Red+Green+Blue) = 192+129+89=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C08159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08159 is #3F7EA6. Grayscale: #8F8F8F. Windows color (decimal): -4161191 or 5865920. OLE color: 5865920.
HSL color Cylindrical-coordinate representation of color #C08159: hue angle of 23.3º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C08159 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 89 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.25 |
| HSL | 23.3º | 0.45% | 0.55% | - |
| HSV(B) | 23.3º | 0.54% | 0.75% | - |
| XYZ | 31.39 | 27.63 | 13.13 | - |
| YUV | 143.28 | 97.37 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 89 | 0 | 0.33 | 0.54 | 0.25 | 23.3 | 0.45 | 0.55 |
| Hex | C0 | 81 | 59 | 0 | 21 | 36 | 19 | 17 | 2D | 37 |
| Octal | 300 | 201 | 131 | 0 | 41 | 66 | 31 | 27 | 55 | 67 |
| Binary | 11000000 | 10000001 | 1011001 | 0 | 100001 | 110110 | 11001 | 10111 | 101101 | 110111 |
Color Harmonies of #C08159
Complementary color
Monochromatic Colors of #C08159
Black with #C08159
Text Example
Text Example
White with #C08159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08159; }
p { color: rgb(192,129,89); }
H1.HeaderClassName
{
color: #C08159;
}
.AnyTagClassName
{
color: #C08159;
}
</style>
background-color css
<style>
a { background-color: #C08159; }
a { background-color: rgb(192,129,89); }
div.DivClassName
{
background-color: #C08159;
}
.BgClassName
{
background-color: #C08159;
}
</style>
border-color css
<style>
span { border-color: #C08159; }
span { border-color: rgb(192,129,89); }
td.TdClassName
{
border-color: #C08159;
}
.TagClassName
{
border-color: #C08159;
}
</style>