Shades of Burning Sand #C08661
Tints of Burning Sand #C08661
RGB
CMYK
RGB Variations
Color information
#C08661 (or 0xC08661) is known color: Burning Sand. HEX triplet: C0, 86 and 61. RGB value is (192,134,97). Sum of RGB (Red+Green+Blue) = 192+134+97=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C08661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08661 is #3F799E. Grayscale: #939393. Windows color (decimal): -4159903 or 6391488. OLE color: 6391488.
HSL color Cylindrical-coordinate representation of color #C08661: hue angle of 23.37º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C08661 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 97 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.25 |
| HSL | 23.37º | 0.43% | 0.57% | - |
| HSV(B) | 23.37º | 0.49% | 0.75% | - |
| XYZ | 32.42 | 29.12 | 15.22 | - |
| YUV | 147.12 | 99.72 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 97 | 0 | 0.30 | 0.49 | 0.25 | 23.37 | 0.43 | 0.57 |
| Hex | C0 | 86 | 61 | 0 | 1E | 31 | 19 | 17 | 2B | 39 |
| Octal | 300 | 206 | 141 | 0 | 36 | 61 | 31 | 27 | 53 | 71 |
| Binary | 11000000 | 10000110 | 1100001 | 0 | 11110 | 110001 | 11001 | 10111 | 101011 | 111001 |
Color Harmonies of #C08661
Complementary color
Monochromatic Colors of #C08661
Black with #C08661
Text Example
Text Example
White with #C08661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08661; }
p { color: rgb(192,134,97); }
H1.HeaderClassName
{
color: #C08661;
}
.AnyTagClassName
{
color: #C08661;
}
</style>
background-color css
<style>
a { background-color: #C08661; }
a { background-color: rgb(192,134,97); }
div.DivClassName
{
background-color: #C08661;
}
.BgClassName
{
background-color: #C08661;
}
</style>
border-color css
<style>
span { border-color: #C08661; }
span { border-color: rgb(192,134,97); }
td.TdClassName
{
border-color: #C08661;
}
.TagClassName
{
border-color: #C08661;
}
</style>