Shades of Sahara #C09E2D
Tints of Sahara #C09E2D
RGB
CMYK
RGB Variations
Color information
#C09E2D (or 0xC09E2D) is known color: Sahara. HEX triplet: C0, 9E and 2D. RGB value is (192,158,45). Sum of RGB (Red+Green+Blue) = 192+158+45=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09E2D is #3F61D2. Grayscale: #9B9B9B. Windows color (decimal): -4153811 or 2989760. OLE color: 2989760.
HSL color Cylindrical-coordinate representation of color #C09E2D: hue angle of 46.12º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C09E2D is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 45 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.25 |
| HSL | 46.12º | 0.62% | 0.46% | - |
| HSV(B) | 46.12º | 0.77% | 0.75% | - |
| XYZ | 34.44 | 35.85 | 7.59 | - |
| YUV | 155.28 | 65.76 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 45 | 0 | 0.18 | 0.77 | 0.25 | 46.12 | 0.62 | 0.46 |
| Hex | C0 | 9E | 2D | 0 | 12 | 4D | 19 | 2E | 3E | 2E |
| Octal | 300 | 236 | 55 | 0 | 22 | 115 | 31 | 56 | 76 | 56 |
| Binary | 11000000 | 10011110 | 101101 | 0 | 10010 | 1001101 | 11001 | 101110 | 111110 | 101110 |
Color Harmonies of #C09E2D
Complementary color
Monochromatic Colors of #C09E2D
Black with #C09E2D
Text Example
Text Example
White with #C09E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E2D; }
p { color: rgb(192,158,45); }
H1.HeaderClassName
{
color: #C09E2D;
}
.AnyTagClassName
{
color: #C09E2D;
}
</style>
background-color css
<style>
a { background-color: #C09E2D; }
a { background-color: rgb(192,158,45); }
div.DivClassName
{
background-color: #C09E2D;
}
.BgClassName
{
background-color: #C09E2D;
}
</style>
border-color css
<style>
span { border-color: #C09E2D; }
span { border-color: rgb(192,158,45); }
td.TdClassName
{
border-color: #C09E2D;
}
.TagClassName
{
border-color: #C09E2D;
}
</style>