Shades of Sahara #C4A12C
Tints of Sahara #C4A12C
RGB
CMYK
RGB Variations
Color information
#C4A12C (or 0xC4A12C) is known color: Sahara. HEX triplet: C4, A1 and 2C. RGB value is (196,161,44). Sum of RGB (Red+Green+Blue) = 196+161+44=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A12C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A12C is #3B5ED3. Grayscale: #9E9E9E. Windows color (decimal): -3890900 or 2924996. OLE color: 2924996.
HSL color Cylindrical-coordinate representation of color #C4A12C: hue angle of 46.18º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4A12C is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 161 | 44 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.23 |
| HSL | 46.18º | 0.63% | 0.47% | - |
| HSV(B) | 46.18º | 0.78% | 0.77% | - |
| XYZ | 35.96 | 37.41 | 7.71 | - |
| YUV | 158.13 | 63.6 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 161 | 44 | 0 | 0.18 | 0.78 | 0.23 | 46.18 | 0.63 | 0.47 |
| Hex | C4 | A1 | 2C | 0 | 12 | 4E | 17 | 2E | 3F | 2F |
| Octal | 304 | 241 | 54 | 0 | 22 | 116 | 27 | 56 | 77 | 57 |
| Binary | 11000100 | 10100001 | 101100 | 0 | 10010 | 1001110 | 10111 | 101110 | 111111 | 101111 |
Color Harmonies of #C4A12C
Complementary color
Monochromatic Colors of #C4A12C
Black with #C4A12C
Text Example
Text Example
White with #C4A12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A12C; }
p { color: rgb(196,161,44); }
H1.HeaderClassName
{
color: #C4A12C;
}
.AnyTagClassName
{
color: #C4A12C;
}
</style>
background-color css
<style>
a { background-color: #C4A12C; }
a { background-color: rgb(196,161,44); }
div.DivClassName
{
background-color: #C4A12C;
}
.BgClassName
{
background-color: #C4A12C;
}
</style>
border-color css
<style>
span { border-color: #C4A12C; }
span { border-color: rgb(196,161,44); }
td.TdClassName
{
border-color: #C4A12C;
}
.TagClassName
{
border-color: #C4A12C;
}
</style>