Shades of Sahara #C0A027
Tints of Sahara #C0A027
RGB
CMYK
RGB Variations
Color information
#C0A027 (or 0xC0A027) is known color: Sahara. HEX triplet: C0, A0 and 27. RGB value is (192,160,39). Sum of RGB (Red+Green+Blue) = 192+160+39=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A027 is #3F5FD8. Grayscale: #9C9C9C. Windows color (decimal): -4153305 or 2597056. OLE color: 2597056.
HSL color Cylindrical-coordinate representation of color #C0A027: hue angle of 47.45º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0A027 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 39 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.25 |
| HSL | 47.45º | 0.66% | 0.45% | - |
| HSV(B) | 47.45º | 0.8% | 0.75% | - |
| XYZ | 34.68 | 36.49 | 7.14 | - |
| YUV | 155.77 | 62.1 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 39 | 0 | 0.17 | 0.80 | 0.25 | 47.45 | 0.66 | 0.45 |
| Hex | C0 | A0 | 27 | 0 | 11 | 50 | 19 | 2F | 42 | 2D |
| Octal | 300 | 240 | 47 | 0 | 21 | 120 | 31 | 57 | 102 | 55 |
| Binary | 11000000 | 10100000 | 100111 | 0 | 10001 | 1010000 | 11001 | 101111 | 1000010 | 101101 |
Color Harmonies of #C0A027
Complementary color
Monochromatic Colors of #C0A027
Black with #C0A027
Text Example
Text Example
White with #C0A027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A027; }
p { color: rgb(192,160,39); }
H1.HeaderClassName
{
color: #C0A027;
}
.AnyTagClassName
{
color: #C0A027;
}
</style>
background-color css
<style>
a { background-color: #C0A027; }
a { background-color: rgb(192,160,39); }
div.DivClassName
{
background-color: #C0A027;
}
.BgClassName
{
background-color: #C0A027;
}
</style>
border-color css
<style>
span { border-color: #C0A027; }
span { border-color: rgb(192,160,39); }
td.TdClassName
{
border-color: #C0A027;
}
.TagClassName
{
border-color: #C0A027;
}
</style>