Shades of Sahara #C09E29
Tints of Sahara #C09E29
RGB
CMYK
RGB Variations
Color information
#C09E29 (or 0xC09E29) is known color: Sahara. HEX triplet: C0, 9E and 29. RGB value is (192,158,41). Sum of RGB (Red+Green+Blue) = 192+158+41=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09E29 is #3F61D6. Grayscale: #9B9B9B. Windows color (decimal): -4153815 or 2727616. OLE color: 2727616.
HSL color Cylindrical-coordinate representation of color #C09E29: hue angle of 46.49º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C09E29 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 41 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.25 |
| HSL | 46.49º | 0.65% | 0.46% | - |
| HSV(B) | 46.49º | 0.79% | 0.75% | - |
| XYZ | 34.37 | 35.82 | 7.2 | - |
| YUV | 154.83 | 63.76 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 41 | 0 | 0.18 | 0.79 | 0.25 | 46.49 | 0.65 | 0.46 |
| Hex | C0 | 9E | 29 | 0 | 12 | 4F | 19 | 2E | 41 | 2E |
| Octal | 300 | 236 | 51 | 0 | 22 | 117 | 31 | 56 | 101 | 56 |
| Binary | 11000000 | 10011110 | 101001 | 0 | 10010 | 1001111 | 11001 | 101110 | 1000001 | 101110 |
Color Harmonies of #C09E29
Complementary color
Monochromatic Colors of #C09E29
Black with #C09E29
Text Example
Text Example
White with #C09E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E29; }
p { color: rgb(192,158,41); }
H1.HeaderClassName
{
color: #C09E29;
}
.AnyTagClassName
{
color: #C09E29;
}
</style>
background-color css
<style>
a { background-color: #C09E29; }
a { background-color: rgb(192,158,41); }
div.DivClassName
{
background-color: #C09E29;
}
.BgClassName
{
background-color: #C09E29;
}
</style>
border-color css
<style>
span { border-color: #C09E29; }
span { border-color: rgb(192,158,41); }
td.TdClassName
{
border-color: #C09E29;
}
.TagClassName
{
border-color: #C09E29;
}
</style>