Shades of Sahara #C5A12D
Tints of Sahara #C5A12D
RGB
CMYK
RGB Variations
Color information
#C5A12D (or 0xC5A12D) is known color: Sahara. HEX triplet: C5, A1 and 2D. RGB value is (197,161,45). Sum of RGB (Red+Green+Blue) = 197+161+45=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A12D is #3A5ED2. Grayscale: #9F9F9F. Windows color (decimal): -3825363 or 2990533. OLE color: 2990533.
HSL color Cylindrical-coordinate representation of color #C5A12D: hue angle of 45.79º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5A12D is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 45 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.23 |
| HSL | 45.79º | 0.63% | 0.47% | - |
| HSV(B) | 45.79º | 0.77% | 0.77% | - |
| XYZ | 36.24 | 37.55 | 7.82 | - |
| YUV | 158.54 | 63.93 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 45 | 0 | 0.18 | 0.77 | 0.23 | 45.79 | 0.63 | 0.47 |
| Hex | C5 | A1 | 2D | 0 | 12 | 4D | 17 | 2E | 3F | 2F |
| Octal | 305 | 241 | 55 | 0 | 22 | 115 | 27 | 56 | 77 | 57 |
| Binary | 11000101 | 10100001 | 101101 | 0 | 10010 | 1001101 | 10111 | 101110 | 111111 | 101111 |
Color Harmonies of #C5A12D
Complementary color
Monochromatic Colors of #C5A12D
Black with #C5A12D
Text Example
Text Example
White with #C5A12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A12D; }
p { color: rgb(197,161,45); }
H1.HeaderClassName
{
color: #C5A12D;
}
.AnyTagClassName
{
color: #C5A12D;
}
</style>
background-color css
<style>
a { background-color: #C5A12D; }
a { background-color: rgb(197,161,45); }
div.DivClassName
{
background-color: #C5A12D;
}
.BgClassName
{
background-color: #C5A12D;
}
</style>
border-color css
<style>
span { border-color: #C5A12D; }
span { border-color: rgb(197,161,45); }
td.TdClassName
{
border-color: #C5A12D;
}
.TagClassName
{
border-color: #C5A12D;
}
</style>