Shades of Sahara #C3A027
Tints of Sahara #C3A027
RGB
CMYK
RGB Variations
Color information
#C3A027 (or 0xC3A027) is known color: Sahara. HEX triplet: C3, A0 and 27. RGB value is (195,160,39). Sum of RGB (Red+Green+Blue) = 195+160+39=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 39 (15.62% from 255 or 9.90% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A027 is #3C5FD8. Grayscale: #9D9D9D. Windows color (decimal): -3956697 or 2597059. OLE color: 2597059.
HSL color Cylindrical-coordinate representation of color #C3A027: hue angle of 46.54º 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 #C3A027 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 39 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.24 |
| HSL | 46.54º | 0.67% | 0.46% | - |
| HSV(B) | 46.54º | 0.8% | 0.76% | - |
| XYZ | 35.44 | 36.89 | 7.17 | - |
| YUV | 156.67 | 61.6 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 39 | 0 | 0.18 | 0.80 | 0.24 | 46.54 | 0.67 | 0.46 |
| Hex | C3 | A0 | 27 | 0 | 12 | 50 | 18 | 2F | 43 | 2E |
| Octal | 303 | 240 | 47 | 0 | 22 | 120 | 30 | 57 | 103 | 56 |
| Binary | 11000011 | 10100000 | 100111 | 0 | 10010 | 1010000 | 11000 | 101111 | 1000011 | 101110 |
Color Harmonies of #C3A027
Complementary color
Monochromatic Colors of #C3A027
Black with #C3A027
Text Example
Text Example
White with #C3A027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A027; }
p { color: rgb(195,160,39); }
H1.HeaderClassName
{
color: #C3A027;
}
.AnyTagClassName
{
color: #C3A027;
}
</style>
background-color css
<style>
a { background-color: #C3A027; }
a { background-color: rgb(195,160,39); }
div.DivClassName
{
background-color: #C3A027;
}
.BgClassName
{
background-color: #C3A027;
}
</style>
border-color css
<style>
span { border-color: #C3A027; }
span { border-color: rgb(195,160,39); }
td.TdClassName
{
border-color: #C3A027;
}
.TagClassName
{
border-color: #C3A027;
}
</style>