Shades of Sahara #C4A02D
Tints of Sahara #C4A02D
RGB
CMYK
RGB Variations
Color information
#C4A02D (or 0xC4A02D) is known color: Sahara. HEX triplet: C4, A0 and 2D. RGB value is (196,160,45). Sum of RGB (Red+Green+Blue) = 196+160+45=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A02D is #3B5FD2. Grayscale: #9E9E9E. Windows color (decimal): -3891155 or 2990276. OLE color: 2990276.
HSL color Cylindrical-coordinate representation of color #C4A02D: hue angle of 45.7º 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 #C4A02D is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 45 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.23 |
| HSL | 45.7º | 0.63% | 0.47% | - |
| HSV(B) | 45.7º | 0.77% | 0.77% | - |
| XYZ | 35.81 | 37.07 | 7.75 | - |
| YUV | 157.65 | 64.43 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 45 | 0 | 0.18 | 0.77 | 0.23 | 45.7 | 0.63 | 0.47 |
| Hex | C4 | A0 | 2D | 0 | 12 | 4D | 17 | 2E | 3F | 2F |
| Octal | 304 | 240 | 55 | 0 | 22 | 115 | 27 | 56 | 77 | 57 |
| Binary | 11000100 | 10100000 | 101101 | 0 | 10010 | 1001101 | 10111 | 101110 | 111111 | 101111 |
Color Harmonies of #C4A02D
Complementary color
Monochromatic Colors of #C4A02D
Black with #C4A02D
Text Example
Text Example
White with #C4A02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A02D; }
p { color: rgb(196,160,45); }
H1.HeaderClassName
{
color: #C4A02D;
}
.AnyTagClassName
{
color: #C4A02D;
}
</style>
background-color css
<style>
a { background-color: #C4A02D; }
a { background-color: rgb(196,160,45); }
div.DivClassName
{
background-color: #C4A02D;
}
.BgClassName
{
background-color: #C4A02D;
}
</style>
border-color css
<style>
span { border-color: #C4A02D; }
span { border-color: rgb(196,160,45); }
td.TdClassName
{
border-color: #C4A02D;
}
.TagClassName
{
border-color: #C4A02D;
}
</style>