Shades of Sahara #C3A12F
Tints of Sahara #C3A12F
RGB
CMYK
RGB Variations
Color information
#C3A12F (or 0xC3A12F) is known color: Sahara. HEX triplet: C3, A1 and 2F. RGB value is (195,161,47). Sum of RGB (Red+Green+Blue) = 195+161+47=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A12F is #3C5ED0. Grayscale: #9E9E9E. Windows color (decimal): -3956433 or 3121603. OLE color: 3121603.
HSL color Cylindrical-coordinate representation of color #C3A12F: hue angle of 46.22º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3A12F is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 47 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.24 |
| HSL | 46.22º | 0.61% | 0.47% | - |
| HSV(B) | 46.22º | 0.76% | 0.76% | - |
| XYZ | 35.76 | 37.3 | 8 | - |
| YUV | 158.17 | 65.26 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 47 | 0 | 0.17 | 0.76 | 0.24 | 46.22 | 0.61 | 0.47 |
| Hex | C3 | A1 | 2F | 0 | 11 | 4C | 18 | 2E | 3D | 2F |
| Octal | 303 | 241 | 57 | 0 | 21 | 114 | 30 | 56 | 75 | 57 |
| Binary | 11000011 | 10100001 | 101111 | 0 | 10001 | 1001100 | 11000 | 101110 | 111101 | 101111 |
Color Harmonies of #C3A12F
Complementary color
Monochromatic Colors of #C3A12F
Black with #C3A12F
Text Example
Text Example
White with #C3A12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A12F; }
p { color: rgb(195,161,47); }
H1.HeaderClassName
{
color: #C3A12F;
}
.AnyTagClassName
{
color: #C3A12F;
}
</style>
background-color css
<style>
a { background-color: #C3A12F; }
a { background-color: rgb(195,161,47); }
div.DivClassName
{
background-color: #C3A12F;
}
.BgClassName
{
background-color: #C3A12F;
}
</style>
border-color css
<style>
span { border-color: #C3A12F; }
span { border-color: rgb(195,161,47); }
td.TdClassName
{
border-color: #C3A12F;
}
.TagClassName
{
border-color: #C3A12F;
}
</style>