Shades of Sahara #C2A028
Tints of Sahara #C2A028
RGB
CMYK
RGB Variations
Color information
#C2A028 (or 0xC2A028) is known color: Sahara. HEX triplet: C2, A0 and 28. RGB value is (194,160,40). Sum of RGB (Red+Green+Blue) = 194+160+40=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A028 is #3D5FD7. Grayscale: #9D9D9D. Windows color (decimal): -4022232 or 2662594. OLE color: 2662594.
HSL color Cylindrical-coordinate representation of color #C2A028: hue angle of 46.75º 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 #C2A028 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 40 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.24 |
| HSL | 46.75º | 0.66% | 0.46% | - |
| HSV(B) | 46.75º | 0.79% | 0.76% | - |
| XYZ | 35.2 | 36.76 | 7.25 | - |
| YUV | 156.49 | 62.26 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 40 | 0 | 0.18 | 0.79 | 0.24 | 46.75 | 0.66 | 0.46 |
| Hex | C2 | A0 | 28 | 0 | 12 | 4F | 18 | 2F | 42 | 2E |
| Octal | 302 | 240 | 50 | 0 | 22 | 117 | 30 | 57 | 102 | 56 |
| Binary | 11000010 | 10100000 | 101000 | 0 | 10010 | 1001111 | 11000 | 101111 | 1000010 | 101110 |
Color Harmonies of #C2A028
Complementary color
Monochromatic Colors of #C2A028
Black with #C2A028
Text Example
Text Example
White with #C2A028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A028; }
p { color: rgb(194,160,40); }
H1.HeaderClassName
{
color: #C2A028;
}
.AnyTagClassName
{
color: #C2A028;
}
</style>
background-color css
<style>
a { background-color: #C2A028; }
a { background-color: rgb(194,160,40); }
div.DivClassName
{
background-color: #C2A028;
}
.BgClassName
{
background-color: #C2A028;
}
</style>
border-color css
<style>
span { border-color: #C2A028; }
span { border-color: rgb(194,160,40); }
td.TdClassName
{
border-color: #C2A028;
}
.TagClassName
{
border-color: #C2A028;
}
</style>