Shades of Sahara #C2A12F
Tints of Sahara #C2A12F
RGB
CMYK
RGB Variations
Color information
#C2A12F (or 0xC2A12F) is known color: Sahara. HEX triplet: C2, A1 and 2F. RGB value is (194,161,47). Sum of RGB (Red+Green+Blue) = 194+161+47=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 47 (18.75% from 255 or 11.69% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A12F is #3D5ED0. Grayscale: #9E9E9E. Windows color (decimal): -4021969 or 3121602. OLE color: 3121602.
HSL color Cylindrical-coordinate representation of color #C2A12F: hue angle of 46.53º 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 #C2A12F is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 47 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.24 |
| HSL | 46.53º | 0.61% | 0.47% | - |
| HSV(B) | 46.53º | 0.76% | 0.76% | - |
| XYZ | 35.51 | 37.16 | 7.99 | - |
| YUV | 157.87 | 65.43 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 47 | 0 | 0.17 | 0.76 | 0.24 | 46.53 | 0.61 | 0.47 |
| Hex | C2 | A1 | 2F | 0 | 11 | 4C | 18 | 2F | 3D | 2F |
| Octal | 302 | 241 | 57 | 0 | 21 | 114 | 30 | 57 | 75 | 57 |
| Binary | 11000010 | 10100001 | 101111 | 0 | 10001 | 1001100 | 11000 | 101111 | 111101 | 101111 |
Color Harmonies of #C2A12F
Complementary color
Monochromatic Colors of #C2A12F
Black with #C2A12F
Text Example
Text Example
White with #C2A12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A12F; }
p { color: rgb(194,161,47); }
H1.HeaderClassName
{
color: #C2A12F;
}
.AnyTagClassName
{
color: #C2A12F;
}
</style>
background-color css
<style>
a { background-color: #C2A12F; }
a { background-color: rgb(194,161,47); }
div.DivClassName
{
background-color: #C2A12F;
}
.BgClassName
{
background-color: #C2A12F;
}
</style>
border-color css
<style>
span { border-color: #C2A12F; }
span { border-color: rgb(194,161,47); }
td.TdClassName
{
border-color: #C2A12F;
}
.TagClassName
{
border-color: #C2A12F;
}
</style>