Shades of Sahara #C3A028
Tints of Sahara #C3A028
RGB
CMYK
RGB Variations
Color information
#C3A028 (or 0xC3A028) is known color: Sahara. HEX triplet: C3, A0 and 28. RGB value is (195,160,40). Sum of RGB (Red+Green+Blue) = 195+160+40=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A028 is #3C5FD7. Grayscale: #9D9D9D. Windows color (decimal): -3956696 or 2662595. OLE color: 2662595.
HSL color Cylindrical-coordinate representation of color #C3A028: hue angle of 46.45º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3A028 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 40 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.24 |
| HSL | 46.45º | 0.66% | 0.46% | - |
| HSV(B) | 46.45º | 0.79% | 0.76% | - |
| XYZ | 35.46 | 36.9 | 7.26 | - |
| YUV | 156.79 | 62.1 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 40 | 0 | 0.18 | 0.79 | 0.24 | 46.45 | 0.66 | 0.46 |
| Hex | C3 | A0 | 28 | 0 | 12 | 4F | 18 | 2E | 42 | 2E |
| Octal | 303 | 240 | 50 | 0 | 22 | 117 | 30 | 56 | 102 | 56 |
| Binary | 11000011 | 10100000 | 101000 | 0 | 10010 | 1001111 | 11000 | 101110 | 1000010 | 101110 |
Color Harmonies of #C3A028
Complementary color
Monochromatic Colors of #C3A028
Black with #C3A028
Text Example
Text Example
White with #C3A028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A028; }
p { color: rgb(195,160,40); }
H1.HeaderClassName
{
color: #C3A028;
}
.AnyTagClassName
{
color: #C3A028;
}
</style>
background-color css
<style>
a { background-color: #C3A028; }
a { background-color: rgb(195,160,40); }
div.DivClassName
{
background-color: #C3A028;
}
.BgClassName
{
background-color: #C3A028;
}
</style>
border-color css
<style>
span { border-color: #C3A028; }
span { border-color: rgb(195,160,40); }
td.TdClassName
{
border-color: #C3A028;
}
.TagClassName
{
border-color: #C3A028;
}
</style>