Shades of Sahara #C2A127
Tints of Sahara #C2A127
RGB
CMYK
RGB Variations
Color information
#C2A127 (or 0xC2A127) is known color: Sahara. HEX triplet: C2, A1 and 27. RGB value is (194,161,39). Sum of RGB (Red+Green+Blue) = 194+161+39=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 39 (15.62% from 255 or 9.90% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A127 is #3D5ED8. Grayscale: #9D9D9D. Windows color (decimal): -4021977 or 2597314. OLE color: 2597314.
HSL color Cylindrical-coordinate representation of color #C2A127: hue angle of 47.23º 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 #C2A127 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 39 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.24 |
| HSL | 47.23º | 0.67% | 0.46% | - |
| HSV(B) | 47.23º | 0.8% | 0.76% | - |
| XYZ | 35.36 | 37.11 | 7.22 | - |
| YUV | 156.96 | 61.43 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 39 | 0 | 0.17 | 0.80 | 0.24 | 47.23 | 0.67 | 0.46 |
| Hex | C2 | A1 | 27 | 0 | 11 | 50 | 18 | 2F | 43 | 2E |
| Octal | 302 | 241 | 47 | 0 | 21 | 120 | 30 | 57 | 103 | 56 |
| Binary | 11000010 | 10100001 | 100111 | 0 | 10001 | 1010000 | 11000 | 101111 | 1000011 | 101110 |
Color Harmonies of #C2A127
Complementary color
Monochromatic Colors of #C2A127
Black with #C2A127
Text Example
Text Example
White with #C2A127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A127; }
p { color: rgb(194,161,39); }
H1.HeaderClassName
{
color: #C2A127;
}
.AnyTagClassName
{
color: #C2A127;
}
</style>
background-color css
<style>
a { background-color: #C2A127; }
a { background-color: rgb(194,161,39); }
div.DivClassName
{
background-color: #C2A127;
}
.BgClassName
{
background-color: #C2A127;
}
</style>
border-color css
<style>
span { border-color: #C2A127; }
span { border-color: rgb(194,161,39); }
td.TdClassName
{
border-color: #C2A127;
}
.TagClassName
{
border-color: #C2A127;
}
</style>