Shades of Sahara #C3A32F
Tints of Sahara #C3A32F
RGB
CMYK
RGB Variations
Color information
#C3A32F (or 0xC3A32F) is known color: Sahara. HEX triplet: C3, A3 and 2F. RGB value is (195,163,47). Sum of RGB (Red+Green+Blue) = 195+163+47=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A32F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A32F is #3C5CD0. Grayscale: #9F9F9F. Windows color (decimal): -3955921 or 3122115. OLE color: 3122115.
HSL color Cylindrical-coordinate representation of color #C3A32F: hue angle of 47.03º 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 #C3A32F is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 163 | 47 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.24 |
| HSL | 47.03º | 0.61% | 0.47% | - |
| HSV(B) | 47.03º | 0.76% | 0.76% | - |
| XYZ | 36.12 | 38 | 8.12 | - |
| YUV | 159.34 | 64.6 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 163 | 47 | 0 | 0.16 | 0.76 | 0.24 | 47.03 | 0.61 | 0.47 |
| Hex | C3 | A3 | 2F | 0 | 10 | 4C | 18 | 2F | 3D | 2F |
| Octal | 303 | 243 | 57 | 0 | 20 | 114 | 30 | 57 | 75 | 57 |
| Binary | 11000011 | 10100011 | 101111 | 0 | 10000 | 1001100 | 11000 | 101111 | 111101 | 101111 |
Color Harmonies of #C3A32F
Complementary color
Monochromatic Colors of #C3A32F
Black with #C3A32F
Text Example
Text Example
White with #C3A32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A32F; }
p { color: rgb(195,163,47); }
H1.HeaderClassName
{
color: #C3A32F;
}
.AnyTagClassName
{
color: #C3A32F;
}
</style>
background-color css
<style>
a { background-color: #C3A32F; }
a { background-color: rgb(195,163,47); }
div.DivClassName
{
background-color: #C3A32F;
}
.BgClassName
{
background-color: #C3A32F;
}
</style>
border-color css
<style>
span { border-color: #C3A32F; }
span { border-color: rgb(195,163,47); }
td.TdClassName
{
border-color: #C3A32F;
}
.TagClassName
{
border-color: #C3A32F;
}
</style>