Shades of Sahara #C2A132
Tints of Sahara #C2A132
RGB
CMYK
RGB Variations
Color information
#C2A132 (or 0xC2A132) is known color: Sahara. HEX triplet: C2, A1 and 32. RGB value is (194,161,50). Sum of RGB (Red+Green+Blue) = 194+161+50=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A132 is #3D5ECD. Grayscale: #9E9E9E. Windows color (decimal): -4021966 or 3318210. OLE color: 3318210.
HSL color Cylindrical-coordinate representation of color #C2A132: hue angle of 46.25º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2A132 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 50 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.24 |
| HSL | 46.25º | 0.59% | 0.48% | - |
| HSV(B) | 46.25º | 0.74% | 0.76% | - |
| XYZ | 35.57 | 37.19 | 8.32 | - |
| YUV | 158.21 | 66.93 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 50 | 0 | 0.17 | 0.74 | 0.24 | 46.25 | 0.59 | 0.48 |
| Hex | C2 | A1 | 32 | 0 | 11 | 4A | 18 | 2E | 3B | 30 |
| Octal | 302 | 241 | 62 | 0 | 21 | 112 | 30 | 56 | 73 | 60 |
| Binary | 11000010 | 10100001 | 110010 | 0 | 10001 | 1001010 | 11000 | 101110 | 111011 | 110000 |
Color Harmonies of #C2A132
Complementary color
Monochromatic Colors of #C2A132
Black with #C2A132
Text Example
Text Example
White with #C2A132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A132; }
p { color: rgb(194,161,50); }
H1.HeaderClassName
{
color: #C2A132;
}
.AnyTagClassName
{
color: #C2A132;
}
</style>
background-color css
<style>
a { background-color: #C2A132; }
a { background-color: rgb(194,161,50); }
div.DivClassName
{
background-color: #C2A132;
}
.BgClassName
{
background-color: #C2A132;
}
</style>
border-color css
<style>
span { border-color: #C2A132; }
span { border-color: rgb(194,161,50); }
td.TdClassName
{
border-color: #C2A132;
}
.TagClassName
{
border-color: #C2A132;
}
</style>