Shades of Burning Sand #C08965
Tints of Burning Sand #C08965
RGB
CMYK
RGB Variations
Color information
#C08965 (or 0xC08965) is known color: Burning Sand. HEX triplet: C0, 89 and 65. RGB value is (192,137,101). Sum of RGB (Red+Green+Blue) = 192+137+101=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C08965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08965 is #3F769A. Grayscale: #959595. Windows color (decimal): -4159131 or 6654400. OLE color: 6654400.
HSL color Cylindrical-coordinate representation of color #C08965: hue angle of 23.74º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C08965 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 101 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.25 |
| HSL | 23.74º | 0.42% | 0.57% | - |
| HSV(B) | 23.74º | 0.47% | 0.75% | - |
| XYZ | 33.03 | 30.04 | 16.37 | - |
| YUV | 149.34 | 100.72 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 101 | 0 | 0.29 | 0.47 | 0.25 | 23.74 | 0.42 | 0.57 |
| Hex | C0 | 89 | 65 | 0 | 1D | 2F | 19 | 18 | 2A | 39 |
| Octal | 300 | 211 | 145 | 0 | 35 | 57 | 31 | 30 | 52 | 71 |
| Binary | 11000000 | 10001001 | 1100101 | 0 | 11101 | 101111 | 11001 | 11000 | 101010 | 111001 |
Color Harmonies of #C08965
Complementary color
Monochromatic Colors of #C08965
Black with #C08965
Text Example
Text Example
White with #C08965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08965; }
p { color: rgb(192,137,101); }
H1.HeaderClassName
{
color: #C08965;
}
.AnyTagClassName
{
color: #C08965;
}
</style>
background-color css
<style>
a { background-color: #C08965; }
a { background-color: rgb(192,137,101); }
div.DivClassName
{
background-color: #C08965;
}
.BgClassName
{
background-color: #C08965;
}
</style>
border-color css
<style>
span { border-color: #C08965; }
span { border-color: rgb(192,137,101); }
td.TdClassName
{
border-color: #C08965;
}
.TagClassName
{
border-color: #C08965;
}
</style>