Shades of Sahara #C0A230
Tints of Sahara #C0A230
RGB
CMYK
RGB Variations
Color information
#C0A230 (or 0xC0A230) is known color: Sahara. HEX triplet: C0, A2 and 30. RGB value is (192,162,48). Sum of RGB (Red+Green+Blue) = 192+162+48=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A230 is #3F5DCF. Grayscale: #9E9E9E. Windows color (decimal): -4152784 or 3187392. OLE color: 3187392.
HSL color Cylindrical-coordinate representation of color #C0A230: hue angle of 47.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0A230 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 48 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.25 |
| HSL | 47.5º | 0.6% | 0.47% | - |
| HSV(B) | 47.5º | 0.75% | 0.75% | - |
| XYZ | 35.19 | 37.26 | 8.13 | - |
| YUV | 157.97 | 65.94 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 48 | 0 | 0.16 | 0.75 | 0.25 | 47.5 | 0.6 | 0.47 |
| Hex | C0 | A2 | 30 | 0 | 10 | 4B | 19 | 30 | 3C | 2F |
| Octal | 300 | 242 | 60 | 0 | 20 | 113 | 31 | 60 | 74 | 57 |
| Binary | 11000000 | 10100010 | 110000 | 0 | 10000 | 1001011 | 11001 | 110000 | 111100 | 101111 |
Color Harmonies of #C0A230
Complementary color
Monochromatic Colors of #C0A230
Black with #C0A230
Text Example
Text Example
White with #C0A230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A230; }
p { color: rgb(192,162,48); }
H1.HeaderClassName
{
color: #C0A230;
}
.AnyTagClassName
{
color: #C0A230;
}
</style>
background-color css
<style>
a { background-color: #C0A230; }
a { background-color: rgb(192,162,48); }
div.DivClassName
{
background-color: #C0A230;
}
.BgClassName
{
background-color: #C0A230;
}
</style>
border-color css
<style>
span { border-color: #C0A230; }
span { border-color: rgb(192,162,48); }
td.TdClassName
{
border-color: #C0A230;
}
.TagClassName
{
border-color: #C0A230;
}
</style>