Shades of Sahara #C0A02B
Tints of Sahara #C0A02B
RGB
CMYK
RGB Variations
Color information
#C0A02B (or 0xC0A02B) is known color: Sahara. HEX triplet: C0, A0 and 2B. RGB value is (192,160,43). Sum of RGB (Red+Green+Blue) = 192+160+43=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A02B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A02B is #3F5FD4. Grayscale: #9C9C9C. Windows color (decimal): -4153301 or 2859200. OLE color: 2859200.
HSL color Cylindrical-coordinate representation of color #C0A02B: hue angle of 47.11º 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 #C0A02B is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 43 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.25 |
| HSL | 47.11º | 0.63% | 0.46% | - |
| HSV(B) | 47.11º | 0.78% | 0.75% | - |
| XYZ | 34.75 | 36.52 | 7.5 | - |
| YUV | 156.23 | 64.1 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 43 | 0 | 0.17 | 0.78 | 0.25 | 47.11 | 0.63 | 0.46 |
| Hex | C0 | A0 | 2B | 0 | 11 | 4E | 19 | 2F | 3F | 2E |
| Octal | 300 | 240 | 53 | 0 | 21 | 116 | 31 | 57 | 77 | 56 |
| Binary | 11000000 | 10100000 | 101011 | 0 | 10001 | 1001110 | 11001 | 101111 | 111111 | 101110 |
Color Harmonies of #C0A02B
Complementary color
Monochromatic Colors of #C0A02B
Black with #C0A02B
Text Example
Text Example
White with #C0A02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A02B; }
p { color: rgb(192,160,43); }
H1.HeaderClassName
{
color: #C0A02B;
}
.AnyTagClassName
{
color: #C0A02B;
}
</style>
background-color css
<style>
a { background-color: #C0A02B; }
a { background-color: rgb(192,160,43); }
div.DivClassName
{
background-color: #C0A02B;
}
.BgClassName
{
background-color: #C0A02B;
}
</style>
border-color css
<style>
span { border-color: #C0A02B; }
span { border-color: rgb(192,160,43); }
td.TdClassName
{
border-color: #C0A02B;
}
.TagClassName
{
border-color: #C0A02B;
}
</style>