Shades of Sahara #C5A128
Tints of Sahara #C5A128
RGB
CMYK
RGB Variations
Color information
#C5A128 (or 0xC5A128) is known color: Sahara. HEX triplet: C5, A1 and 28. RGB value is (197,161,40). Sum of RGB (Red+Green+Blue) = 197+161+40=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A128 is #3A5ED7. Grayscale: #9E9E9E. Windows color (decimal): -3825368 or 2662853. OLE color: 2662853.
HSL color Cylindrical-coordinate representation of color #C5A128: hue angle of 46.24º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5A128 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 40 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.23 |
| HSL | 46.24º | 0.66% | 0.46% | - |
| HSV(B) | 46.24º | 0.8% | 0.77% | - |
| XYZ | 36.15 | 37.51 | 7.34 | - |
| YUV | 157.97 | 61.43 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 40 | 0 | 0.18 | 0.80 | 0.23 | 46.24 | 0.66 | 0.46 |
| Hex | C5 | A1 | 28 | 0 | 12 | 50 | 17 | 2E | 42 | 2E |
| Octal | 305 | 241 | 50 | 0 | 22 | 120 | 27 | 56 | 102 | 56 |
| Binary | 11000101 | 10100001 | 101000 | 0 | 10010 | 1010000 | 10111 | 101110 | 1000010 | 101110 |
Color Harmonies of #C5A128
Complementary color
Monochromatic Colors of #C5A128
Black with #C5A128
Text Example
Text Example
White with #C5A128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A128; }
p { color: rgb(197,161,40); }
H1.HeaderClassName
{
color: #C5A128;
}
.AnyTagClassName
{
color: #C5A128;
}
</style>
background-color css
<style>
a { background-color: #C5A128; }
a { background-color: rgb(197,161,40); }
div.DivClassName
{
background-color: #C5A128;
}
.BgClassName
{
background-color: #C5A128;
}
</style>
border-color css
<style>
span { border-color: #C5A128; }
span { border-color: rgb(197,161,40); }
td.TdClassName
{
border-color: #C5A128;
}
.TagClassName
{
border-color: #C5A128;
}
</style>