Shades of Sahara #C4A32C
Tints of Sahara #C4A32C
RGB
CMYK
RGB Variations
Color information
#C4A32C (or 0xC4A32C) is known color: Sahara. HEX triplet: C4, A3 and 2C. RGB value is (196,163,44). Sum of RGB (Red+Green+Blue) = 196+163+44=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A32C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A32C is #3B5CD3. Grayscale: #9F9F9F. Windows color (decimal): -3890388 or 2925508. OLE color: 2925508.
HSL color Cylindrical-coordinate representation of color #C4A32C: hue angle of 46.97º 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 #C4A32C is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 163 | 44 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.23 |
| HSL | 46.97º | 0.63% | 0.47% | - |
| HSV(B) | 46.97º | 0.78% | 0.77% | - |
| XYZ | 36.32 | 38.11 | 7.83 | - |
| YUV | 159.3 | 62.93 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 163 | 44 | 0 | 0.17 | 0.78 | 0.23 | 46.97 | 0.63 | 0.47 |
| Hex | C4 | A3 | 2C | 0 | 11 | 4E | 17 | 2F | 3F | 2F |
| Octal | 304 | 243 | 54 | 0 | 21 | 116 | 27 | 57 | 77 | 57 |
| Binary | 11000100 | 10100011 | 101100 | 0 | 10001 | 1001110 | 10111 | 101111 | 111111 | 101111 |
Color Harmonies of #C4A32C
Complementary color
Monochromatic Colors of #C4A32C
Black with #C4A32C
Text Example
Text Example
White with #C4A32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A32C; }
p { color: rgb(196,163,44); }
H1.HeaderClassName
{
color: #C4A32C;
}
.AnyTagClassName
{
color: #C4A32C;
}
</style>
background-color css
<style>
a { background-color: #C4A32C; }
a { background-color: rgb(196,163,44); }
div.DivClassName
{
background-color: #C4A32C;
}
.BgClassName
{
background-color: #C4A32C;
}
</style>
border-color css
<style>
span { border-color: #C4A32C; }
span { border-color: rgb(196,163,44); }
td.TdClassName
{
border-color: #C4A32C;
}
.TagClassName
{
border-color: #C4A32C;
}
</style>