Shades of Sahara #C3A233
Tints of Sahara #C3A233
RGB
CMYK
RGB Variations
Color information
#C3A233 (or 0xC3A233) is known color: Sahara. HEX triplet: C3, A2 and 33. RGB value is (195,162,51). Sum of RGB (Red+Green+Blue) = 195+162+51=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A233 is #3C5DCC. Grayscale: #9F9F9F. Windows color (decimal): -3956173 or 3384003. OLE color: 3384003.
HSL color Cylindrical-coordinate representation of color #C3A233: hue angle of 46.25º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3A233 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 162 | 51 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.24 |
| HSL | 46.25º | 0.59% | 0.48% | - |
| HSV(B) | 46.25º | 0.74% | 0.76% | - |
| XYZ | 36.02 | 37.68 | 8.51 | - |
| YUV | 159.21 | 66.93 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 162 | 51 | 0 | 0.17 | 0.74 | 0.24 | 46.25 | 0.59 | 0.48 |
| Hex | C3 | A2 | 33 | 0 | 11 | 4A | 18 | 2E | 3B | 30 |
| Octal | 303 | 242 | 63 | 0 | 21 | 112 | 30 | 56 | 73 | 60 |
| Binary | 11000011 | 10100010 | 110011 | 0 | 10001 | 1001010 | 11000 | 101110 | 111011 | 110000 |
Color Harmonies of #C3A233
Complementary color
Monochromatic Colors of #C3A233
Black with #C3A233
Text Example
Text Example
White with #C3A233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A233; }
p { color: rgb(195,162,51); }
H1.HeaderClassName
{
color: #C3A233;
}
.AnyTagClassName
{
color: #C3A233;
}
</style>
background-color css
<style>
a { background-color: #C3A233; }
a { background-color: rgb(195,162,51); }
div.DivClassName
{
background-color: #C3A233;
}
.BgClassName
{
background-color: #C3A233;
}
</style>
border-color css
<style>
span { border-color: #C3A233; }
span { border-color: rgb(195,162,51); }
td.TdClassName
{
border-color: #C3A233;
}
.TagClassName
{
border-color: #C3A233;
}
</style>