Shades of Sahara #C09C29
Tints of Sahara #C09C29
RGB
CMYK
RGB Variations
Color information
#C09C29 (or 0xC09C29) is known color: Sahara. HEX triplet: C0, 9C and 29. RGB value is (192,156,41). Sum of RGB (Red+Green+Blue) = 192+156+41=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 41 (16.41% from 255 or 10.54% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09C29 is #3F63D6. Grayscale: #9A9A9A. Windows color (decimal): -4154327 or 2727104. OLE color: 2727104.
HSL color Cylindrical-coordinate representation of color #C09C29: hue angle of 45.7º 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 #C09C29 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 41 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.25 |
| HSL | 45.7º | 0.65% | 0.46% | - |
| HSV(B) | 45.7º | 0.79% | 0.75% | - |
| XYZ | 34.03 | 35.14 | 7.09 | - |
| YUV | 153.65 | 64.43 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 41 | 0 | 0.19 | 0.79 | 0.25 | 45.7 | 0.65 | 0.46 |
| Hex | C0 | 9C | 29 | 0 | 13 | 4F | 19 | 2E | 41 | 2E |
| Octal | 300 | 234 | 51 | 0 | 23 | 117 | 31 | 56 | 101 | 56 |
| Binary | 11000000 | 10011100 | 101001 | 0 | 10011 | 1001111 | 11001 | 101110 | 1000001 | 101110 |
Color Harmonies of #C09C29
Complementary color
Monochromatic Colors of #C09C29
Black with #C09C29
Text Example
Text Example
White with #C09C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C29; }
p { color: rgb(192,156,41); }
H1.HeaderClassName
{
color: #C09C29;
}
.AnyTagClassName
{
color: #C09C29;
}
</style>
background-color css
<style>
a { background-color: #C09C29; }
a { background-color: rgb(192,156,41); }
div.DivClassName
{
background-color: #C09C29;
}
.BgClassName
{
background-color: #C09C29;
}
</style>
border-color css
<style>
span { border-color: #C09C29; }
span { border-color: rgb(192,156,41); }
td.TdClassName
{
border-color: #C09C29;
}
.TagClassName
{
border-color: #C09C29;
}
</style>