Shades of Sahara #C2A32E
Tints of Sahara #C2A32E
RGB
CMYK
RGB Variations
Color information
#C2A32E (or 0xC2A32E) is known color: Sahara. HEX triplet: C2, A3 and 2E. RGB value is (194,163,46). Sum of RGB (Red+Green+Blue) = 194+163+46=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A32E is #3D5CD1. Grayscale: #9F9F9F. Windows color (decimal): -4021458 or 3056578. OLE color: 3056578.
HSL color Cylindrical-coordinate representation of color #C2A32E: hue angle of 47.43º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2A32E is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 163 | 46 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.24 |
| HSL | 47.43º | 0.62% | 0.47% | - |
| HSV(B) | 47.43º | 0.76% | 0.76% | - |
| XYZ | 35.84 | 37.86 | 8 | - |
| YUV | 158.93 | 64.27 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 46 | 0 | 0.16 | 0.76 | 0.24 | 47.43 | 0.62 | 0.47 |
| Hex | C2 | A3 | 2E | 0 | 10 | 4C | 18 | 2F | 3E | 2F |
| Octal | 302 | 243 | 56 | 0 | 20 | 114 | 30 | 57 | 76 | 57 |
| Binary | 11000010 | 10100011 | 101110 | 0 | 10000 | 1001100 | 11000 | 101111 | 111110 | 101111 |
Color Harmonies of #C2A32E
Complementary color
Monochromatic Colors of #C2A32E
Black with #C2A32E
Text Example
Text Example
White with #C2A32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A32E; }
p { color: rgb(194,163,46); }
H1.HeaderClassName
{
color: #C2A32E;
}
.AnyTagClassName
{
color: #C2A32E;
}
</style>
background-color css
<style>
a { background-color: #C2A32E; }
a { background-color: rgb(194,163,46); }
div.DivClassName
{
background-color: #C2A32E;
}
.BgClassName
{
background-color: #C2A32E;
}
</style>
border-color css
<style>
span { border-color: #C2A32E; }
span { border-color: rgb(194,163,46); }
td.TdClassName
{
border-color: #C2A32E;
}
.TagClassName
{
border-color: #C2A32E;
}
</style>