Shades of Sahara #C3A330
Tints of Sahara #C3A330
RGB
CMYK
RGB Variations
Color information
#C3A330 (or 0xC3A330) is known color: Sahara. HEX triplet: C3, A3 and 30. RGB value is (195,163,48). Sum of RGB (Red+Green+Blue) = 195+163+48=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A330 is #3C5CCF. Grayscale: #9F9F9F. Windows color (decimal): -3955920 or 3187651. OLE color: 3187651.
HSL color Cylindrical-coordinate representation of color #C3A330: hue angle of 46.94º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3A330 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 163 | 48 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.24 |
| HSL | 46.94º | 0.6% | 0.48% | - |
| HSV(B) | 46.94º | 0.75% | 0.76% | - |
| XYZ | 36.14 | 38.01 | 8.23 | - |
| YUV | 159.46 | 65.1 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 163 | 48 | 0 | 0.16 | 0.75 | 0.24 | 46.94 | 0.6 | 0.48 |
| Hex | C3 | A3 | 30 | 0 | 10 | 4B | 18 | 2F | 3C | 30 |
| Octal | 303 | 243 | 60 | 0 | 20 | 113 | 30 | 57 | 74 | 60 |
| Binary | 11000011 | 10100011 | 110000 | 0 | 10000 | 1001011 | 11000 | 101111 | 111100 | 110000 |
Color Harmonies of #C3A330
Complementary color
Monochromatic Colors of #C3A330
Black with #C3A330
Text Example
Text Example
White with #C3A330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A330; }
p { color: rgb(195,163,48); }
H1.HeaderClassName
{
color: #C3A330;
}
.AnyTagClassName
{
color: #C3A330;
}
</style>
background-color css
<style>
a { background-color: #C3A330; }
a { background-color: rgb(195,163,48); }
div.DivClassName
{
background-color: #C3A330;
}
.BgClassName
{
background-color: #C3A330;
}
</style>
border-color css
<style>
span { border-color: #C3A330; }
span { border-color: rgb(195,163,48); }
td.TdClassName
{
border-color: #C3A330;
}
.TagClassName
{
border-color: #C3A330;
}
</style>