Shades of Sahara #C3A127
Tints of Sahara #C3A127
RGB
CMYK
RGB Variations
Color information
#C3A127 (or 0xC3A127) is known color: Sahara. HEX triplet: C3, A1 and 27. RGB value is (195,161,39). Sum of RGB (Red+Green+Blue) = 195+161+39=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 39 (15.62% from 255 or 9.87% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A127 is #3C5ED8. Grayscale: #9D9D9D. Windows color (decimal): -3956441 or 2597315. OLE color: 2597315.
HSL color Cylindrical-coordinate representation of color #C3A127: hue angle of 46.92º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C3A127 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 39 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.24 |
| HSL | 46.92º | 0.67% | 0.46% | - |
| HSV(B) | 46.92º | 0.8% | 0.76% | - |
| XYZ | 35.62 | 37.24 | 7.23 | - |
| YUV | 157.26 | 61.26 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 39 | 0 | 0.17 | 0.80 | 0.24 | 46.92 | 0.67 | 0.46 |
| Hex | C3 | A1 | 27 | 0 | 11 | 50 | 18 | 2F | 43 | 2E |
| Octal | 303 | 241 | 47 | 0 | 21 | 120 | 30 | 57 | 103 | 56 |
| Binary | 11000011 | 10100001 | 100111 | 0 | 10001 | 1010000 | 11000 | 101111 | 1000011 | 101110 |
Color Harmonies of #C3A127
Complementary color
Monochromatic Colors of #C3A127
Black with #C3A127
Text Example
Text Example
White with #C3A127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A127; }
p { color: rgb(195,161,39); }
H1.HeaderClassName
{
color: #C3A127;
}
.AnyTagClassName
{
color: #C3A127;
}
</style>
background-color css
<style>
a { background-color: #C3A127; }
a { background-color: rgb(195,161,39); }
div.DivClassName
{
background-color: #C3A127;
}
.BgClassName
{
background-color: #C3A127;
}
</style>
border-color css
<style>
span { border-color: #C3A127; }
span { border-color: rgb(195,161,39); }
td.TdClassName
{
border-color: #C3A127;
}
.TagClassName
{
border-color: #C3A127;
}
</style>