Shades of Sahara #C7A22B
Tints of Sahara #C7A22B
RGB
CMYK
RGB Variations
Color information
#C7A22B (or 0xC7A22B) is known color: Sahara. HEX triplet: C7, A2 and 2B. RGB value is (199,162,43). Sum of RGB (Red+Green+Blue) = 199+162+43=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A22B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A22B is #385DD4. Grayscale: #A0A0A0. Windows color (decimal): -3694037 or 2859719. OLE color: 2859719.
HSL color Cylindrical-coordinate representation of color #C7A22B: hue angle of 45.77º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7A22B is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 162 | 43 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.22 |
| HSL | 45.77º | 0.64% | 0.47% | - |
| HSV(B) | 45.77º | 0.78% | 0.78% | - |
| XYZ | 36.91 | 38.16 | 7.71 | - |
| YUV | 159.5 | 62.26 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 43 | 0 | 0.19 | 0.78 | 0.22 | 45.77 | 0.64 | 0.47 |
| Hex | C7 | A2 | 2B | 0 | 13 | 4E | 16 | 2E | 40 | 2F |
| Octal | 307 | 242 | 53 | 0 | 23 | 116 | 26 | 56 | 100 | 57 |
| Binary | 11000111 | 10100010 | 101011 | 0 | 10011 | 1001110 | 10110 | 101110 | 1000000 | 101111 |
Color Harmonies of #C7A22B
Complementary color
Monochromatic Colors of #C7A22B
Black with #C7A22B
Text Example
Text Example
White with #C7A22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A22B; }
p { color: rgb(199,162,43); }
H1.HeaderClassName
{
color: #C7A22B;
}
.AnyTagClassName
{
color: #C7A22B;
}
</style>
background-color css
<style>
a { background-color: #C7A22B; }
a { background-color: rgb(199,162,43); }
div.DivClassName
{
background-color: #C7A22B;
}
.BgClassName
{
background-color: #C7A22B;
}
</style>
border-color css
<style>
span { border-color: #C7A22B; }
span { border-color: rgb(199,162,43); }
td.TdClassName
{
border-color: #C7A22B;
}
.TagClassName
{
border-color: #C7A22B;
}
</style>