Shades of Sahara #C19F2D
Tints of Sahara #C19F2D
RGB
CMYK
RGB Variations
Color information
#C19F2D (or 0xC19F2D) is known color: Sahara. HEX triplet: C1, 9F and 2D. RGB value is (193,159,45). Sum of RGB (Red+Green+Blue) = 193+159+45=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19F2D is #3E60D2. Grayscale: #9C9C9C. Windows color (decimal): -4088019 or 2990017. OLE color: 2990017.
HSL color Cylindrical-coordinate representation of color #C19F2D: hue angle of 46.22º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C19F2D is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 159 | 45 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.24 |
| HSL | 46.22º | 0.62% | 0.47% | - |
| HSV(B) | 46.22º | 0.77% | 0.76% | - |
| XYZ | 34.86 | 36.32 | 7.66 | - |
| YUV | 156.17 | 65.26 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 45 | 0 | 0.18 | 0.77 | 0.24 | 46.22 | 0.62 | 0.47 |
| Hex | C1 | 9F | 2D | 0 | 12 | 4D | 18 | 2E | 3E | 2F |
| Octal | 301 | 237 | 55 | 0 | 22 | 115 | 30 | 56 | 76 | 57 |
| Binary | 11000001 | 10011111 | 101101 | 0 | 10010 | 1001101 | 11000 | 101110 | 111110 | 101111 |
Color Harmonies of #C19F2D
Complementary color
Monochromatic Colors of #C19F2D
Black with #C19F2D
Text Example
Text Example
White with #C19F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19F2D; }
p { color: rgb(193,159,45); }
H1.HeaderClassName
{
color: #C19F2D;
}
.AnyTagClassName
{
color: #C19F2D;
}
</style>
background-color css
<style>
a { background-color: #C19F2D; }
a { background-color: rgb(193,159,45); }
div.DivClassName
{
background-color: #C19F2D;
}
.BgClassName
{
background-color: #C19F2D;
}
</style>
border-color css
<style>
span { border-color: #C19F2D; }
span { border-color: rgb(193,159,45); }
td.TdClassName
{
border-color: #C19F2D;
}
.TagClassName
{
border-color: #C19F2D;
}
</style>