Shades of Sahara #C2A128
Tints of Sahara #C2A128
RGB
CMYK
RGB Variations
Color information
#C2A128 (or 0xC2A128) is known color: Sahara. HEX triplet: C2, A1 and 28. RGB value is (194,161,40). Sum of RGB (Red+Green+Blue) = 194+161+40=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A128 is #3D5ED7. Grayscale: #9D9D9D. Windows color (decimal): -4021976 or 2662850. OLE color: 2662850.
HSL color Cylindrical-coordinate representation of color #C2A128: hue angle of 47.14º 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 #C2A128 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 40 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.24 |
| HSL | 47.14º | 0.66% | 0.46% | - |
| HSV(B) | 47.14º | 0.79% | 0.76% | - |
| XYZ | 35.38 | 37.11 | 7.31 | - |
| YUV | 157.07 | 61.93 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 40 | 0 | 0.17 | 0.79 | 0.24 | 47.14 | 0.66 | 0.46 |
| Hex | C2 | A1 | 28 | 0 | 11 | 4F | 18 | 2F | 42 | 2E |
| Octal | 302 | 241 | 50 | 0 | 21 | 117 | 30 | 57 | 102 | 56 |
| Binary | 11000010 | 10100001 | 101000 | 0 | 10001 | 1001111 | 11000 | 101111 | 1000010 | 101110 |
Color Harmonies of #C2A128
Complementary color
Monochromatic Colors of #C2A128
Black with #C2A128
Text Example
Text Example
White with #C2A128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A128; }
p { color: rgb(194,161,40); }
H1.HeaderClassName
{
color: #C2A128;
}
.AnyTagClassName
{
color: #C2A128;
}
</style>
background-color css
<style>
a { background-color: #C2A128; }
a { background-color: rgb(194,161,40); }
div.DivClassName
{
background-color: #C2A128;
}
.BgClassName
{
background-color: #C2A128;
}
</style>
border-color css
<style>
span { border-color: #C2A128; }
span { border-color: rgb(194,161,40); }
td.TdClassName
{
border-color: #C2A128;
}
.TagClassName
{
border-color: #C2A128;
}
</style>