Shades of Sahara #C2A230
Tints of Sahara #C2A230
RGB
CMYK
RGB Variations
Color information
#C2A230 (or 0xC2A230) is known color: Sahara. HEX triplet: C2, A2 and 30. RGB value is (194,162,48). Sum of RGB (Red+Green+Blue) = 194+162+48=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A230 is #3D5DCF. Grayscale: #9F9F9F. Windows color (decimal): -4021712 or 3187394. OLE color: 3187394.
HSL color Cylindrical-coordinate representation of color #C2A230: hue angle of 46.85º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2A230 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 162 | 48 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.24 |
| HSL | 46.85º | 0.6% | 0.47% | - |
| HSV(B) | 46.85º | 0.75% | 0.76% | - |
| XYZ | 35.7 | 37.52 | 8.16 | - |
| YUV | 158.57 | 65.6 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 48 | 0 | 0.16 | 0.75 | 0.24 | 46.85 | 0.6 | 0.47 |
| Hex | C2 | A2 | 30 | 0 | 10 | 4B | 18 | 2F | 3C | 2F |
| Octal | 302 | 242 | 60 | 0 | 20 | 113 | 30 | 57 | 74 | 57 |
| Binary | 11000010 | 10100010 | 110000 | 0 | 10000 | 1001011 | 11000 | 101111 | 111100 | 101111 |
Color Harmonies of #C2A230
Complementary color
Monochromatic Colors of #C2A230
Black with #C2A230
Text Example
Text Example
White with #C2A230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A230; }
p { color: rgb(194,162,48); }
H1.HeaderClassName
{
color: #C2A230;
}
.AnyTagClassName
{
color: #C2A230;
}
</style>
background-color css
<style>
a { background-color: #C2A230; }
a { background-color: rgb(194,162,48); }
div.DivClassName
{
background-color: #C2A230;
}
.BgClassName
{
background-color: #C2A230;
}
</style>
border-color css
<style>
span { border-color: #C2A230; }
span { border-color: rgb(194,162,48); }
td.TdClassName
{
border-color: #C2A230;
}
.TagClassName
{
border-color: #C2A230;
}
</style>