Shades of Sahara #C0A12B
Tints of Sahara #C0A12B
RGB
CMYK
RGB Variations
Color information
#C0A12B (or 0xC0A12B) is known color: Sahara. HEX triplet: C0, A1 and 2B. RGB value is (192,161,43). Sum of RGB (Red+Green+Blue) = 192+161+43=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 43 (17.19% from 255 or 10.86% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A12B is #3F5ED4. Grayscale: #9D9D9D. Windows color (decimal): -4153045 or 2859456. OLE color: 2859456.
HSL color Cylindrical-coordinate representation of color #C0A12B: hue angle of 47.52º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0A12B is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 161 | 43 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.25 |
| HSL | 47.52º | 0.63% | 0.46% | - |
| HSV(B) | 47.52º | 0.78% | 0.75% | - |
| XYZ | 34.92 | 36.87 | 7.56 | - |
| YUV | 156.82 | 63.77 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 43 | 0 | 0.16 | 0.78 | 0.25 | 47.52 | 0.63 | 0.46 |
| Hex | C0 | A1 | 2B | 0 | 10 | 4E | 19 | 30 | 3F | 2E |
| Octal | 300 | 241 | 53 | 0 | 20 | 116 | 31 | 60 | 77 | 56 |
| Binary | 11000000 | 10100001 | 101011 | 0 | 10000 | 1001110 | 11001 | 110000 | 111111 | 101110 |
Color Harmonies of #C0A12B
Complementary color
Monochromatic Colors of #C0A12B
Black with #C0A12B
Text Example
Text Example
White with #C0A12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A12B; }
p { color: rgb(192,161,43); }
H1.HeaderClassName
{
color: #C0A12B;
}
.AnyTagClassName
{
color: #C0A12B;
}
</style>
background-color css
<style>
a { background-color: #C0A12B; }
a { background-color: rgb(192,161,43); }
div.DivClassName
{
background-color: #C0A12B;
}
.BgClassName
{
background-color: #C0A12B;
}
</style>
border-color css
<style>
span { border-color: #C0A12B; }
span { border-color: rgb(192,161,43); }
td.TdClassName
{
border-color: #C0A12B;
}
.TagClassName
{
border-color: #C0A12B;
}
</style>