Shades of Sahara #C7A22C
Tints of Sahara #C7A22C
RGB
CMYK
RGB Variations
Color information
#C7A22C (or 0xC7A22C) is known color: Sahara. HEX triplet: C7, A2 and 2C. RGB value is (199,162,44). Sum of RGB (Red+Green+Blue) = 199+162+44=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A22C is #385DD3. Grayscale: #A0A0A0. Windows color (decimal): -3694036 or 2925255. OLE color: 2925255.
HSL color Cylindrical-coordinate representation of color #C7A22C: hue angle of 45.68º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7A22C is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 162 | 44 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.22 |
| HSL | 45.68º | 0.64% | 0.48% | - |
| HSV(B) | 45.68º | 0.78% | 0.78% | - |
| XYZ | 36.93 | 38.16 | 7.8 | - |
| YUV | 159.61 | 62.76 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 44 | 0 | 0.19 | 0.78 | 0.22 | 45.68 | 0.64 | 0.48 |
| Hex | C7 | A2 | 2C | 0 | 13 | 4E | 16 | 2E | 40 | 30 |
| Octal | 307 | 242 | 54 | 0 | 23 | 116 | 26 | 56 | 100 | 60 |
| Binary | 11000111 | 10100010 | 101100 | 0 | 10011 | 1001110 | 10110 | 101110 | 1000000 | 110000 |
Color Harmonies of #C7A22C
Complementary color
Monochromatic Colors of #C7A22C
Black with #C7A22C
Text Example
Text Example
White with #C7A22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A22C; }
p { color: rgb(199,162,44); }
H1.HeaderClassName
{
color: #C7A22C;
}
.AnyTagClassName
{
color: #C7A22C;
}
</style>
background-color css
<style>
a { background-color: #C7A22C; }
a { background-color: rgb(199,162,44); }
div.DivClassName
{
background-color: #C7A22C;
}
.BgClassName
{
background-color: #C7A22C;
}
</style>
border-color css
<style>
span { border-color: #C7A22C; }
span { border-color: rgb(199,162,44); }
td.TdClassName
{
border-color: #C7A22C;
}
.TagClassName
{
border-color: #C7A22C;
}
</style>