Shades of Sahara #C2A32F
Tints of Sahara #C2A32F
RGB
CMYK
RGB Variations
Color information
#C2A32F (or 0xC2A32F) is known color: Sahara. HEX triplet: C2, A3 and 2F. RGB value is (194,163,47). Sum of RGB (Red+Green+Blue) = 194+163+47=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A32F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A32F is #3D5CD0. Grayscale: #9F9F9F. Windows color (decimal): -4021457 or 3122114. OLE color: 3122114.
HSL color Cylindrical-coordinate representation of color #C2A32F: hue angle of 47.35º degrees, saturation: 0.61, 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 #C2A32F is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 163 | 47 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.24 |
| HSL | 47.35º | 0.61% | 0.47% | - |
| HSV(B) | 47.35º | 0.76% | 0.76% | - |
| XYZ | 35.86 | 37.87 | 8.11 | - |
| YUV | 159.05 | 64.77 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 47 | 0 | 0.16 | 0.76 | 0.24 | 47.35 | 0.61 | 0.47 |
| Hex | C2 | A3 | 2F | 0 | 10 | 4C | 18 | 2F | 3D | 2F |
| Octal | 302 | 243 | 57 | 0 | 20 | 114 | 30 | 57 | 75 | 57 |
| Binary | 11000010 | 10100011 | 101111 | 0 | 10000 | 1001100 | 11000 | 101111 | 111101 | 101111 |
Color Harmonies of #C2A32F
Complementary color
Monochromatic Colors of #C2A32F
Black with #C2A32F
Text Example
Text Example
White with #C2A32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A32F; }
p { color: rgb(194,163,47); }
H1.HeaderClassName
{
color: #C2A32F;
}
.AnyTagClassName
{
color: #C2A32F;
}
</style>
background-color css
<style>
a { background-color: #C2A32F; }
a { background-color: rgb(194,163,47); }
div.DivClassName
{
background-color: #C2A32F;
}
.BgClassName
{
background-color: #C2A32F;
}
</style>
border-color css
<style>
span { border-color: #C2A32F; }
span { border-color: rgb(194,163,47); }
td.TdClassName
{
border-color: #C2A32F;
}
.TagClassName
{
border-color: #C2A32F;
}
</style>