Shades of Sahara #C0A12D
Tints of Sahara #C0A12D
RGB
CMYK
RGB Variations
Color information
#C0A12D (or 0xC0A12D) is known color: Sahara. HEX triplet: C0, A1 and 2D. RGB value is (192,161,45). Sum of RGB (Red+Green+Blue) = 192+161+45=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A12D is #3F5ED2. Grayscale: #9D9D9D. Windows color (decimal): -4153043 or 2990528. OLE color: 2990528.
HSL color Cylindrical-coordinate representation of color #C0A12D: hue angle of 47.35º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0A12D is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 161 | 45 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.25 |
| HSL | 47.35º | 0.62% | 0.46% | - |
| HSV(B) | 47.35º | 0.77% | 0.75% | - |
| XYZ | 34.96 | 36.89 | 7.76 | - |
| YUV | 157.05 | 64.77 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 45 | 0 | 0.16 | 0.77 | 0.25 | 47.35 | 0.62 | 0.46 |
| Hex | C0 | A1 | 2D | 0 | 10 | 4D | 19 | 2F | 3E | 2E |
| Octal | 300 | 241 | 55 | 0 | 20 | 115 | 31 | 57 | 76 | 56 |
| Binary | 11000000 | 10100001 | 101101 | 0 | 10000 | 1001101 | 11001 | 101111 | 111110 | 101110 |
Color Harmonies of #C0A12D
Complementary color
Monochromatic Colors of #C0A12D
Black with #C0A12D
Text Example
Text Example
White with #C0A12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A12D; }
p { color: rgb(192,161,45); }
H1.HeaderClassName
{
color: #C0A12D;
}
.AnyTagClassName
{
color: #C0A12D;
}
</style>
background-color css
<style>
a { background-color: #C0A12D; }
a { background-color: rgb(192,161,45); }
div.DivClassName
{
background-color: #C0A12D;
}
.BgClassName
{
background-color: #C0A12D;
}
</style>
border-color css
<style>
span { border-color: #C0A12D; }
span { border-color: rgb(192,161,45); }
td.TdClassName
{
border-color: #C0A12D;
}
.TagClassName
{
border-color: #C0A12D;
}
</style>