Shades of Sahara #C09A26
Tints of Sahara #C09A26
RGB
CMYK
RGB Variations
Color information
#C09A26 (or 0xC09A26) is known color: Sahara. HEX triplet: C0, 9A and 26. RGB value is (192,154,38). Sum of RGB (Red+Green+Blue) = 192+154+38=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 38 (15.23% from 255 or 9.90% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A26 is #3F65D9. Grayscale: #989898. Windows color (decimal): -4154842 or 2529984. OLE color: 2529984.
HSL color Cylindrical-coordinate representation of color #C09A26: hue angle of 45.19º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C09A26 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 38 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.25 |
| HSL | 45.19º | 0.67% | 0.45% | - |
| HSV(B) | 45.19º | 0.8% | 0.75% | - |
| XYZ | 33.64 | 34.46 | 6.71 | - |
| YUV | 152.14 | 63.59 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 38 | 0 | 0.20 | 0.80 | 0.25 | 45.19 | 0.67 | 0.45 |
| Hex | C0 | 9A | 26 | 0 | 14 | 50 | 19 | 2D | 43 | 2D |
| Octal | 300 | 232 | 46 | 0 | 24 | 120 | 31 | 55 | 103 | 55 |
| Binary | 11000000 | 10011010 | 100110 | 0 | 10100 | 1010000 | 11001 | 101101 | 1000011 | 101101 |
Color Harmonies of #C09A26
Complementary color
Monochromatic Colors of #C09A26
Black with #C09A26
Text Example
Text Example
White with #C09A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A26; }
p { color: rgb(192,154,38); }
H1.HeaderClassName
{
color: #C09A26;
}
.AnyTagClassName
{
color: #C09A26;
}
</style>
background-color css
<style>
a { background-color: #C09A26; }
a { background-color: rgb(192,154,38); }
div.DivClassName
{
background-color: #C09A26;
}
.BgClassName
{
background-color: #C09A26;
}
</style>
border-color css
<style>
span { border-color: #C09A26; }
span { border-color: rgb(192,154,38); }
td.TdClassName
{
border-color: #C09A26;
}
.TagClassName
{
border-color: #C09A26;
}
</style>