Shades of Sahara #C4A32D
Tints of Sahara #C4A32D
RGB
CMYK
RGB Variations
Color information
#C4A32D (or 0xC4A32D) is known color: Sahara. HEX triplet: C4, A3 and 2D. RGB value is (196,163,45). Sum of RGB (Red+Green+Blue) = 196+163+45=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A32D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A32D is #3B5CD2. Grayscale: #9F9F9F. Windows color (decimal): -3890387 or 2991044. OLE color: 2991044.
HSL color Cylindrical-coordinate representation of color #C4A32D: hue angle of 46.89º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4A32D is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 163 | 45 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.23 |
| HSL | 46.89º | 0.63% | 0.47% | - |
| HSV(B) | 46.89º | 0.77% | 0.77% | - |
| XYZ | 36.34 | 38.12 | 7.93 | - |
| YUV | 159.42 | 63.43 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 163 | 45 | 0 | 0.17 | 0.77 | 0.23 | 46.89 | 0.63 | 0.47 |
| Hex | C4 | A3 | 2D | 0 | 11 | 4D | 17 | 2F | 3F | 2F |
| Octal | 304 | 243 | 55 | 0 | 21 | 115 | 27 | 57 | 77 | 57 |
| Binary | 11000100 | 10100011 | 101101 | 0 | 10001 | 1001101 | 10111 | 101111 | 111111 | 101111 |
Color Harmonies of #C4A32D
Complementary color
Monochromatic Colors of #C4A32D
Black with #C4A32D
Text Example
Text Example
White with #C4A32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A32D; }
p { color: rgb(196,163,45); }
H1.HeaderClassName
{
color: #C4A32D;
}
.AnyTagClassName
{
color: #C4A32D;
}
</style>
background-color css
<style>
a { background-color: #C4A32D; }
a { background-color: rgb(196,163,45); }
div.DivClassName
{
background-color: #C4A32D;
}
.BgClassName
{
background-color: #C4A32D;
}
</style>
border-color css
<style>
span { border-color: #C4A32D; }
span { border-color: rgb(196,163,45); }
td.TdClassName
{
border-color: #C4A32D;
}
.TagClassName
{
border-color: #C4A32D;
}
</style>