Shades of Sahara #C2A232
Tints of Sahara #C2A232
RGB
CMYK
RGB Variations
Color information
#C2A232 (or 0xC2A232) is known color: Sahara. HEX triplet: C2, A2 and 32. RGB value is (194,162,50). Sum of RGB (Red+Green+Blue) = 194+162+50=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A232 is #3D5DCD. Grayscale: #9F9F9F. Windows color (decimal): -4021710 or 3318466. OLE color: 3318466.
HSL color Cylindrical-coordinate representation of color #C2A232: hue angle of 46.67º 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 #C2A232 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 162 | 50 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.24 |
| HSL | 46.67º | 0.59% | 0.48% | - |
| HSV(B) | 46.67º | 0.74% | 0.76% | - |
| XYZ | 35.74 | 37.54 | 8.38 | - |
| YUV | 158.8 | 66.6 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 50 | 0 | 0.16 | 0.74 | 0.24 | 46.67 | 0.59 | 0.48 |
| Hex | C2 | A2 | 32 | 0 | 10 | 4A | 18 | 2F | 3B | 30 |
| Octal | 302 | 242 | 62 | 0 | 20 | 112 | 30 | 57 | 73 | 60 |
| Binary | 11000010 | 10100010 | 110010 | 0 | 10000 | 1001010 | 11000 | 101111 | 111011 | 110000 |
Color Harmonies of #C2A232
Complementary color
Monochromatic Colors of #C2A232
Black with #C2A232
Text Example
Text Example
White with #C2A232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A232; }
p { color: rgb(194,162,50); }
H1.HeaderClassName
{
color: #C2A232;
}
.AnyTagClassName
{
color: #C2A232;
}
</style>
background-color css
<style>
a { background-color: #C2A232; }
a { background-color: rgb(194,162,50); }
div.DivClassName
{
background-color: #C2A232;
}
.BgClassName
{
background-color: #C2A232;
}
</style>
border-color css
<style>
span { border-color: #C2A232; }
span { border-color: rgb(194,162,50); }
td.TdClassName
{
border-color: #C2A232;
}
.TagClassName
{
border-color: #C2A232;
}
</style>