Shades of Sahara #C0A232
Tints of Sahara #C0A232
RGB
CMYK
RGB Variations
Color information
#C0A232 (or 0xC0A232) is known color: Sahara. HEX triplet: C0, A2 and 32. RGB value is (192,162,50). Sum of RGB (Red+Green+Blue) = 192+162+50=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A232 is #3F5DCD. Grayscale: #9E9E9E. Windows color (decimal): -4152782 or 3318464. OLE color: 3318464.
HSL color Cylindrical-coordinate representation of color #C0A232: hue angle of 47.32º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0A232 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 50 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.25 |
| HSL | 47.32º | 0.59% | 0.47% | - |
| HSV(B) | 47.32º | 0.74% | 0.75% | - |
| XYZ | 35.23 | 37.28 | 8.36 | - |
| YUV | 158.2 | 66.94 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 50 | 0 | 0.16 | 0.74 | 0.25 | 47.32 | 0.59 | 0.47 |
| Hex | C0 | A2 | 32 | 0 | 10 | 4A | 19 | 2F | 3B | 2F |
| Octal | 300 | 242 | 62 | 0 | 20 | 112 | 31 | 57 | 73 | 57 |
| Binary | 11000000 | 10100010 | 110010 | 0 | 10000 | 1001010 | 11001 | 101111 | 111011 | 101111 |
Color Harmonies of #C0A232
Complementary color
Monochromatic Colors of #C0A232
Black with #C0A232
Text Example
Text Example
White with #C0A232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A232; }
p { color: rgb(192,162,50); }
H1.HeaderClassName
{
color: #C0A232;
}
.AnyTagClassName
{
color: #C0A232;
}
</style>
background-color css
<style>
a { background-color: #C0A232; }
a { background-color: rgb(192,162,50); }
div.DivClassName
{
background-color: #C0A232;
}
.BgClassName
{
background-color: #C0A232;
}
</style>
border-color css
<style>
span { border-color: #C0A232; }
span { border-color: rgb(192,162,50); }
td.TdClassName
{
border-color: #C0A232;
}
.TagClassName
{
border-color: #C0A232;
}
</style>