Shades of Sahara #C0A032
Tints of Sahara #C0A032
RGB
CMYK
RGB Variations
Color information
#C0A032 (or 0xC0A032) is known color: Sahara. HEX triplet: C0, A0 and 32. RGB value is (192,160,50). Sum of RGB (Red+Green+Blue) = 192+160+50=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A032 is #3F5FCD. Grayscale: #9D9D9D. Windows color (decimal): -4153294 or 3317952. OLE color: 3317952.
HSL color Cylindrical-coordinate representation of color #C0A032: hue angle of 46.48º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0A032 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 50 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.25 |
| HSL | 46.48º | 0.59% | 0.47% | - |
| HSV(B) | 46.48º | 0.74% | 0.75% | - |
| XYZ | 34.88 | 36.58 | 8.24 | - |
| YUV | 157.03 | 67.6 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 50 | 0 | 0.17 | 0.74 | 0.25 | 46.48 | 0.59 | 0.47 |
| Hex | C0 | A0 | 32 | 0 | 11 | 4A | 19 | 2E | 3B | 2F |
| Octal | 300 | 240 | 62 | 0 | 21 | 112 | 31 | 56 | 73 | 57 |
| Binary | 11000000 | 10100000 | 110010 | 0 | 10001 | 1001010 | 11001 | 101110 | 111011 | 101111 |
Color Harmonies of #C0A032
Complementary color
Monochromatic Colors of #C0A032
Black with #C0A032
Text Example
Text Example
White with #C0A032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A032; }
p { color: rgb(192,160,50); }
H1.HeaderClassName
{
color: #C0A032;
}
.AnyTagClassName
{
color: #C0A032;
}
</style>
background-color css
<style>
a { background-color: #C0A032; }
a { background-color: rgb(192,160,50); }
div.DivClassName
{
background-color: #C0A032;
}
.BgClassName
{
background-color: #C0A032;
}
</style>
border-color css
<style>
span { border-color: #C0A032; }
span { border-color: rgb(192,160,50); }
td.TdClassName
{
border-color: #C0A032;
}
.TagClassName
{
border-color: #C0A032;
}
</style>