Shades of Sahara #C09D2B
Tints of Sahara #C09D2B
RGB
CMYK
RGB Variations
Color information
#C09D2B (or 0xC09D2B) is known color: Sahara. HEX triplet: C0, 9D and 2B. RGB value is (192,157,43). Sum of RGB (Red+Green+Blue) = 192+157+43=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 43 (17.19% from 255 or 10.97% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09D2B is #3F62D4. Grayscale: #9A9A9A. Windows color (decimal): -4154069 or 2858432. OLE color: 2858432.
HSL color Cylindrical-coordinate representation of color #C09D2B: hue angle of 45.91º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C09D2B is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 43 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.25 |
| HSL | 45.91º | 0.63% | 0.46% | - |
| HSV(B) | 45.91º | 0.78% | 0.75% | - |
| XYZ | 34.23 | 35.49 | 7.33 | - |
| YUV | 154.47 | 65.1 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 43 | 0 | 0.18 | 0.78 | 0.25 | 45.91 | 0.63 | 0.46 |
| Hex | C0 | 9D | 2B | 0 | 12 | 4E | 19 | 2E | 3F | 2E |
| Octal | 300 | 235 | 53 | 0 | 22 | 116 | 31 | 56 | 77 | 56 |
| Binary | 11000000 | 10011101 | 101011 | 0 | 10010 | 1001110 | 11001 | 101110 | 111111 | 101110 |
Color Harmonies of #C09D2B
Complementary color
Monochromatic Colors of #C09D2B
Black with #C09D2B
Text Example
Text Example
White with #C09D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D2B; }
p { color: rgb(192,157,43); }
H1.HeaderClassName
{
color: #C09D2B;
}
.AnyTagClassName
{
color: #C09D2B;
}
</style>
background-color css
<style>
a { background-color: #C09D2B; }
a { background-color: rgb(192,157,43); }
div.DivClassName
{
background-color: #C09D2B;
}
.BgClassName
{
background-color: #C09D2B;
}
</style>
border-color css
<style>
span { border-color: #C09D2B; }
span { border-color: rgb(192,157,43); }
td.TdClassName
{
border-color: #C09D2B;
}
.TagClassName
{
border-color: #C09D2B;
}
</style>