Shades of Sahara #C49F2B
Tints of Sahara #C49F2B
RGB
CMYK
RGB Variations
Color information
#C49F2B (or 0xC49F2B) is known color: Sahara. HEX triplet: C4, 9F and 2B. RGB value is (196,159,43). Sum of RGB (Red+Green+Blue) = 196+159+43=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49F2B is #3B60D4. Grayscale: #9D9D9D. Windows color (decimal): -3891413 or 2858948. OLE color: 2858948.
HSL color Cylindrical-coordinate representation of color #C49F2B: hue angle of 45.49º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C49F2B is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 43 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.23 |
| HSL | 45.49º | 0.64% | 0.47% | - |
| HSV(B) | 45.49º | 0.78% | 0.77% | - |
| XYZ | 35.6 | 36.71 | 7.49 | - |
| YUV | 156.84 | 63.76 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 43 | 0 | 0.19 | 0.78 | 0.23 | 45.49 | 0.64 | 0.47 |
| Hex | C4 | 9F | 2B | 0 | 13 | 4E | 17 | 2D | 40 | 2F |
| Octal | 304 | 237 | 53 | 0 | 23 | 116 | 27 | 55 | 100 | 57 |
| Binary | 11000100 | 10011111 | 101011 | 0 | 10011 | 1001110 | 10111 | 101101 | 1000000 | 101111 |
Color Harmonies of #C49F2B
Complementary color
Monochromatic Colors of #C49F2B
Black with #C49F2B
Text Example
Text Example
White with #C49F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49F2B; }
p { color: rgb(196,159,43); }
H1.HeaderClassName
{
color: #C49F2B;
}
.AnyTagClassName
{
color: #C49F2B;
}
</style>
background-color css
<style>
a { background-color: #C49F2B; }
a { background-color: rgb(196,159,43); }
div.DivClassName
{
background-color: #C49F2B;
}
.BgClassName
{
background-color: #C49F2B;
}
</style>
border-color css
<style>
span { border-color: #C49F2B; }
span { border-color: rgb(196,159,43); }
td.TdClassName
{
border-color: #C49F2B;
}
.TagClassName
{
border-color: #C49F2B;
}
</style>