Shades of Sahara #C2A131
Tints of Sahara #C2A131
RGB
CMYK
RGB Variations
Color information
#C2A131 (or 0xC2A131) is known color: Sahara. HEX triplet: C2, A1 and 31. RGB value is (194,161,49). Sum of RGB (Red+Green+Blue) = 194+161+49=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A131 is #3D5ECE. Grayscale: #9E9E9E. Windows color (decimal): -4021967 or 3252674. OLE color: 3252674.
HSL color Cylindrical-coordinate representation of color #C2A131: hue angle of 46.34º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2A131 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 49 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.24 |
| HSL | 46.34º | 0.6% | 0.48% | - |
| HSV(B) | 46.34º | 0.75% | 0.76% | - |
| XYZ | 35.55 | 37.18 | 8.21 | - |
| YUV | 158.1 | 66.43 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 49 | 0 | 0.17 | 0.75 | 0.24 | 46.34 | 0.6 | 0.48 |
| Hex | C2 | A1 | 31 | 0 | 11 | 4B | 18 | 2E | 3C | 30 |
| Octal | 302 | 241 | 61 | 0 | 21 | 113 | 30 | 56 | 74 | 60 |
| Binary | 11000010 | 10100001 | 110001 | 0 | 10001 | 1001011 | 11000 | 101110 | 111100 | 110000 |
Color Harmonies of #C2A131
Complementary color
Monochromatic Colors of #C2A131
Black with #C2A131
Text Example
Text Example
White with #C2A131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A131; }
p { color: rgb(194,161,49); }
H1.HeaderClassName
{
color: #C2A131;
}
.AnyTagClassName
{
color: #C2A131;
}
</style>
background-color css
<style>
a { background-color: #C2A131; }
a { background-color: rgb(194,161,49); }
div.DivClassName
{
background-color: #C2A131;
}
.BgClassName
{
background-color: #C2A131;
}
</style>
border-color css
<style>
span { border-color: #C2A131; }
span { border-color: rgb(194,161,49); }
td.TdClassName
{
border-color: #C2A131;
}
.TagClassName
{
border-color: #C2A131;
}
</style>