Shades of Sahara #C3A02B
Tints of Sahara #C3A02B
RGB
CMYK
RGB Variations
Color information
#C3A02B (or 0xC3A02B) is known color: Sahara. HEX triplet: C3, A0 and 2B. RGB value is (195,160,43). Sum of RGB (Red+Green+Blue) = 195+160+43=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A02B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A02B is #3C5FD4. Grayscale: #9D9D9D. Windows color (decimal): -3956693 or 2859203. OLE color: 2859203.
HSL color Cylindrical-coordinate representation of color #C3A02B: hue angle of 46.18º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3A02B is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 43 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.24 |
| HSL | 46.18º | 0.64% | 0.47% | - |
| HSV(B) | 46.18º | 0.78% | 0.76% | - |
| XYZ | 35.51 | 36.92 | 7.54 | - |
| YUV | 157.13 | 63.6 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 43 | 0 | 0.18 | 0.78 | 0.24 | 46.18 | 0.64 | 0.47 |
| Hex | C3 | A0 | 2B | 0 | 12 | 4E | 18 | 2E | 40 | 2F |
| Octal | 303 | 240 | 53 | 0 | 22 | 116 | 30 | 56 | 100 | 57 |
| Binary | 11000011 | 10100000 | 101011 | 0 | 10010 | 1001110 | 11000 | 101110 | 1000000 | 101111 |
Color Harmonies of #C3A02B
Complementary color
Monochromatic Colors of #C3A02B
Black with #C3A02B
Text Example
Text Example
White with #C3A02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A02B; }
p { color: rgb(195,160,43); }
H1.HeaderClassName
{
color: #C3A02B;
}
.AnyTagClassName
{
color: #C3A02B;
}
</style>
background-color css
<style>
a { background-color: #C3A02B; }
a { background-color: rgb(195,160,43); }
div.DivClassName
{
background-color: #C3A02B;
}
.BgClassName
{
background-color: #C3A02B;
}
</style>
border-color css
<style>
span { border-color: #C3A02B; }
span { border-color: rgb(195,160,43); }
td.TdClassName
{
border-color: #C3A02B;
}
.TagClassName
{
border-color: #C3A02B;
}
</style>