Shades of Sahara #C2A431
Tints of Sahara #C2A431
RGB
CMYK
RGB Variations
Color information
#C2A431 (or 0xC2A431) is known color: Sahara. HEX triplet: C2, A4 and 31. RGB value is (194,164,49). Sum of RGB (Red+Green+Blue) = 194+164+49=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A431 is #3D5BCE. Grayscale: #A0A0A0. Windows color (decimal): -4021199 or 3253442. OLE color: 3253442.
HSL color Cylindrical-coordinate representation of color #C2A431: hue angle of 47.59º 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 #C2A431 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 49 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.24 |
| HSL | 47.59º | 0.6% | 0.48% | - |
| HSV(B) | 47.59º | 0.75% | 0.76% | - |
| XYZ | 36.08 | 38.24 | 8.39 | - |
| YUV | 159.86 | 65.44 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 49 | 0 | 0.15 | 0.75 | 0.24 | 47.59 | 0.6 | 0.48 |
| Hex | C2 | A4 | 31 | 0 | F | 4B | 18 | 30 | 3C | 30 |
| Octal | 302 | 244 | 61 | 0 | 17 | 113 | 30 | 60 | 74 | 60 |
| Binary | 11000010 | 10100100 | 110001 | 0 | 1111 | 1001011 | 11000 | 110000 | 111100 | 110000 |
Color Harmonies of #C2A431
Complementary color
Monochromatic Colors of #C2A431
Black with #C2A431
Text Example
Text Example
White with #C2A431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A431; }
p { color: rgb(194,164,49); }
H1.HeaderClassName
{
color: #C2A431;
}
.AnyTagClassName
{
color: #C2A431;
}
</style>
background-color css
<style>
a { background-color: #C2A431; }
a { background-color: rgb(194,164,49); }
div.DivClassName
{
background-color: #C2A431;
}
.BgClassName
{
background-color: #C2A431;
}
</style>
border-color css
<style>
span { border-color: #C2A431; }
span { border-color: rgb(194,164,49); }
td.TdClassName
{
border-color: #C2A431;
}
.TagClassName
{
border-color: #C2A431;
}
</style>