Shades of Sahara #C2A234
Tints of Sahara #C2A234
RGB
CMYK
RGB Variations
Color information
#C2A234 (or 0xC2A234) is known color: Sahara. HEX triplet: C2, A2 and 34. RGB value is (194,162,52). Sum of RGB (Red+Green+Blue) = 194+162+52=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A234 is #3D5DCB. Grayscale: #9F9F9F. Windows color (decimal): -4021708 or 3449538. OLE color: 3449538.
HSL color Cylindrical-coordinate representation of color #C2A234: hue angle of 46.48º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2A234 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 162 | 52 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.24 |
| HSL | 46.48º | 0.58% | 0.48% | - |
| HSV(B) | 46.48º | 0.73% | 0.76% | - |
| XYZ | 35.79 | 37.56 | 8.61 | - |
| YUV | 159.03 | 67.6 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 52 | 0 | 0.16 | 0.73 | 0.24 | 46.48 | 0.58 | 0.48 |
| Hex | C2 | A2 | 34 | 0 | 10 | 49 | 18 | 2E | 3A | 30 |
| Octal | 302 | 242 | 64 | 0 | 20 | 111 | 30 | 56 | 72 | 60 |
| Binary | 11000010 | 10100010 | 110100 | 0 | 10000 | 1001001 | 11000 | 101110 | 111010 | 110000 |
Color Harmonies of #C2A234
Complementary color
Monochromatic Colors of #C2A234
Black with #C2A234
Text Example
Text Example
White with #C2A234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A234; }
p { color: rgb(194,162,52); }
H1.HeaderClassName
{
color: #C2A234;
}
.AnyTagClassName
{
color: #C2A234;
}
</style>
background-color css
<style>
a { background-color: #C2A234; }
a { background-color: rgb(194,162,52); }
div.DivClassName
{
background-color: #C2A234;
}
.BgClassName
{
background-color: #C2A234;
}
</style>
border-color css
<style>
span { border-color: #C2A234; }
span { border-color: rgb(194,162,52); }
td.TdClassName
{
border-color: #C2A234;
}
.TagClassName
{
border-color: #C2A234;
}
</style>