Shades of Burning Sand #C08966
Tints of Burning Sand #C08966
RGB
CMYK
RGB Variations
Color information
#C08966 (or 0xC08966) is known color: Burning Sand. HEX triplet: C0, 89 and 66. RGB value is (192,137,102). Sum of RGB (Red+Green+Blue) = 192+137+102=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C08966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08966 is #3F7699. Grayscale: #959595. Windows color (decimal): -4159130 or 6719936. OLE color: 6719936.
HSL color Cylindrical-coordinate representation of color #C08966: hue angle of 23.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C08966 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 102 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.25 |
| HSL | 23.33º | 0.42% | 0.58% | - |
| HSV(B) | 23.33º | 0.47% | 0.75% | - |
| XYZ | 33.08 | 30.06 | 16.63 | - |
| YUV | 149.46 | 101.22 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 102 | 0 | 0.29 | 0.47 | 0.25 | 23.33 | 0.42 | 0.58 |
| Hex | C0 | 89 | 66 | 0 | 1D | 2F | 19 | 17 | 2A | 3A |
| Octal | 300 | 211 | 146 | 0 | 35 | 57 | 31 | 27 | 52 | 72 |
| Binary | 11000000 | 10001001 | 1100110 | 0 | 11101 | 101111 | 11001 | 10111 | 101010 | 111010 |
Color Harmonies of #C08966
Complementary color
Monochromatic Colors of #C08966
Black with #C08966
Text Example
Text Example
White with #C08966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08966; }
p { color: rgb(192,137,102); }
H1.HeaderClassName
{
color: #C08966;
}
.AnyTagClassName
{
color: #C08966;
}
</style>
background-color css
<style>
a { background-color: #C08966; }
a { background-color: rgb(192,137,102); }
div.DivClassName
{
background-color: #C08966;
}
.BgClassName
{
background-color: #C08966;
}
</style>
border-color css
<style>
span { border-color: #C08966; }
span { border-color: rgb(192,137,102); }
td.TdClassName
{
border-color: #C08966;
}
.TagClassName
{
border-color: #C08966;
}
</style>