Shades of Sahara #C39F2A
Tints of Sahara #C39F2A
RGB
CMYK
RGB Variations
Color information
#C39F2A (or 0xC39F2A) is known color: Sahara. HEX triplet: C3, 9F and 2A. RGB value is (195,159,42). Sum of RGB (Red+Green+Blue) = 195+159+42=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C39F2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39F2A is #3C60D5. Grayscale: #9C9C9C. Windows color (decimal): -3956950 or 2793411. OLE color: 2793411.
HSL color Cylindrical-coordinate representation of color #C39F2A: hue angle of 45.88º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C39F2A is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 159 | 42 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.24 |
| HSL | 45.88º | 0.65% | 0.46% | - |
| HSV(B) | 45.88º | 0.78% | 0.76% | - |
| XYZ | 35.32 | 36.57 | 7.39 | - |
| YUV | 156.43 | 63.43 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 159 | 42 | 0 | 0.18 | 0.78 | 0.24 | 45.88 | 0.65 | 0.46 |
| Hex | C3 | 9F | 2A | 0 | 12 | 4E | 18 | 2E | 41 | 2E |
| Octal | 303 | 237 | 52 | 0 | 22 | 116 | 30 | 56 | 101 | 56 |
| Binary | 11000011 | 10011111 | 101010 | 0 | 10010 | 1001110 | 11000 | 101110 | 1000001 | 101110 |
Color Harmonies of #C39F2A
Complementary color
Monochromatic Colors of #C39F2A
Black with #C39F2A
Text Example
Text Example
White with #C39F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39F2A; }
p { color: rgb(195,159,42); }
H1.HeaderClassName
{
color: #C39F2A;
}
.AnyTagClassName
{
color: #C39F2A;
}
</style>
background-color css
<style>
a { background-color: #C39F2A; }
a { background-color: rgb(195,159,42); }
div.DivClassName
{
background-color: #C39F2A;
}
.BgClassName
{
background-color: #C39F2A;
}
</style>
border-color css
<style>
span { border-color: #C39F2A; }
span { border-color: rgb(195,159,42); }
td.TdClassName
{
border-color: #C39F2A;
}
.TagClassName
{
border-color: #C39F2A;
}
</style>