Shades of Sahara #C0A12E
Tints of Sahara #C0A12E
RGB
CMYK
RGB Variations
Color information
#C0A12E (or 0xC0A12E) is known color: Sahara. HEX triplet: C0, A1 and 2E. RGB value is (192,161,46). Sum of RGB (Red+Green+Blue) = 192+161+46=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A12E is #3F5ED1. Grayscale: #9D9D9D. Windows color (decimal): -4153042 or 3056064. OLE color: 3056064.
HSL color Cylindrical-coordinate representation of color #C0A12E: hue angle of 47.26º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0A12E is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 161 | 46 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.25 |
| HSL | 47.26º | 0.61% | 0.47% | - |
| HSV(B) | 47.26º | 0.76% | 0.75% | - |
| XYZ | 34.98 | 36.89 | 7.86 | - |
| YUV | 157.16 | 65.27 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 46 | 0 | 0.16 | 0.76 | 0.25 | 47.26 | 0.61 | 0.47 |
| Hex | C0 | A1 | 2E | 0 | 10 | 4C | 19 | 2F | 3D | 2F |
| Octal | 300 | 241 | 56 | 0 | 20 | 114 | 31 | 57 | 75 | 57 |
| Binary | 11000000 | 10100001 | 101110 | 0 | 10000 | 1001100 | 11001 | 101111 | 111101 | 101111 |
Color Harmonies of #C0A12E
Complementary color
Monochromatic Colors of #C0A12E
Black with #C0A12E
Text Example
Text Example
White with #C0A12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A12E; }
p { color: rgb(192,161,46); }
H1.HeaderClassName
{
color: #C0A12E;
}
.AnyTagClassName
{
color: #C0A12E;
}
</style>
background-color css
<style>
a { background-color: #C0A12E; }
a { background-color: rgb(192,161,46); }
div.DivClassName
{
background-color: #C0A12E;
}
.BgClassName
{
background-color: #C0A12E;
}
</style>
border-color css
<style>
span { border-color: #C0A12E; }
span { border-color: rgb(192,161,46); }
td.TdClassName
{
border-color: #C0A12E;
}
.TagClassName
{
border-color: #C0A12E;
}
</style>