Shades of Sahara #C3A02E
Tints of Sahara #C3A02E
RGB
CMYK
RGB Variations
Color information
#C3A02E (or 0xC3A02E) is known color: Sahara. HEX triplet: C3, A0 and 2E. RGB value is (195,160,46). Sum of RGB (Red+Green+Blue) = 195+160+46=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A02E is #3C5FD1. Grayscale: #9D9D9D. Windows color (decimal): -3956690 or 3055811. OLE color: 3055811.
HSL color Cylindrical-coordinate representation of color #C3A02E: hue angle of 45.91º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3A02E is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 46 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.24 |
| HSL | 45.91º | 0.62% | 0.47% | - |
| HSV(B) | 45.91º | 0.76% | 0.76% | - |
| XYZ | 35.57 | 36.94 | 7.84 | - |
| YUV | 157.47 | 65.1 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 46 | 0 | 0.18 | 0.76 | 0.24 | 45.91 | 0.62 | 0.47 |
| Hex | C3 | A0 | 2E | 0 | 12 | 4C | 18 | 2E | 3E | 2F |
| Octal | 303 | 240 | 56 | 0 | 22 | 114 | 30 | 56 | 76 | 57 |
| Binary | 11000011 | 10100000 | 101110 | 0 | 10010 | 1001100 | 11000 | 101110 | 111110 | 101111 |
Color Harmonies of #C3A02E
Complementary color
Monochromatic Colors of #C3A02E
Black with #C3A02E
Text Example
Text Example
White with #C3A02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A02E; }
p { color: rgb(195,160,46); }
H1.HeaderClassName
{
color: #C3A02E;
}
.AnyTagClassName
{
color: #C3A02E;
}
</style>
background-color css
<style>
a { background-color: #C3A02E; }
a { background-color: rgb(195,160,46); }
div.DivClassName
{
background-color: #C3A02E;
}
.BgClassName
{
background-color: #C3A02E;
}
</style>
border-color css
<style>
span { border-color: #C3A02E; }
span { border-color: rgb(195,160,46); }
td.TdClassName
{
border-color: #C3A02E;
}
.TagClassName
{
border-color: #C3A02E;
}
</style>