Shades of Sahara #C0A034
Tints of Sahara #C0A034
RGB
CMYK
RGB Variations
Color information
#C0A034 (or 0xC0A034) is known color: Sahara. HEX triplet: C0, A0 and 34. RGB value is (192,160,52). Sum of RGB (Red+Green+Blue) = 192+160+52=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A034 is #3F5FCB. Grayscale: #9D9D9D. Windows color (decimal): -4153292 or 3449024. OLE color: 3449024.
HSL color Cylindrical-coordinate representation of color #C0A034: hue angle of 46.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0A034 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 52 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.25 |
| HSL | 46.29º | 0.57% | 0.48% | - |
| HSV(B) | 46.29º | 0.73% | 0.75% | - |
| XYZ | 34.93 | 36.6 | 8.47 | - |
| YUV | 157.26 | 68.6 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 52 | 0 | 0.17 | 0.73 | 0.25 | 46.29 | 0.57 | 0.48 |
| Hex | C0 | A0 | 34 | 0 | 11 | 49 | 19 | 2E | 39 | 30 |
| Octal | 300 | 240 | 64 | 0 | 21 | 111 | 31 | 56 | 71 | 60 |
| Binary | 11000000 | 10100000 | 110100 | 0 | 10001 | 1001001 | 11001 | 101110 | 111001 | 110000 |
Color Harmonies of #C0A034
Complementary color
Monochromatic Colors of #C0A034
Black with #C0A034
Text Example
Text Example
White with #C0A034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A034; }
p { color: rgb(192,160,52); }
H1.HeaderClassName
{
color: #C0A034;
}
.AnyTagClassName
{
color: #C0A034;
}
</style>
background-color css
<style>
a { background-color: #C0A034; }
a { background-color: rgb(192,160,52); }
div.DivClassName
{
background-color: #C0A034;
}
.BgClassName
{
background-color: #C0A034;
}
</style>
border-color css
<style>
span { border-color: #C0A034; }
span { border-color: rgb(192,160,52); }
td.TdClassName
{
border-color: #C0A034;
}
.TagClassName
{
border-color: #C0A034;
}
</style>