Shades of Sahara #C09F2B
Tints of Sahara #C09F2B
RGB
CMYK
RGB Variations
Color information
#C09F2B (or 0xC09F2B) is known color: Sahara. HEX triplet: C0, 9F and 2B. RGB value is (192,159,43). Sum of RGB (Red+Green+Blue) = 192+159+43=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09F2B is #3F60D4. Grayscale: #9C9C9C. Windows color (decimal): -4153557 or 2858944. OLE color: 2858944.
HSL color Cylindrical-coordinate representation of color #C09F2B: hue angle of 46.71º 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 #C09F2B is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 43 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.25 |
| HSL | 46.71º | 0.63% | 0.46% | - |
| HSV(B) | 46.71º | 0.78% | 0.75% | - |
| XYZ | 34.57 | 36.18 | 7.45 | - |
| YUV | 155.64 | 64.43 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 43 | 0 | 0.17 | 0.78 | 0.25 | 46.71 | 0.63 | 0.46 |
| Hex | C0 | 9F | 2B | 0 | 11 | 4E | 19 | 2F | 3F | 2E |
| Octal | 300 | 237 | 53 | 0 | 21 | 116 | 31 | 57 | 77 | 56 |
| Binary | 11000000 | 10011111 | 101011 | 0 | 10001 | 1001110 | 11001 | 101111 | 111111 | 101110 |
Color Harmonies of #C09F2B
Complementary color
Monochromatic Colors of #C09F2B
Black with #C09F2B
Text Example
Text Example
White with #C09F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09F2B; }
p { color: rgb(192,159,43); }
H1.HeaderClassName
{
color: #C09F2B;
}
.AnyTagClassName
{
color: #C09F2B;
}
</style>
background-color css
<style>
a { background-color: #C09F2B; }
a { background-color: rgb(192,159,43); }
div.DivClassName
{
background-color: #C09F2B;
}
.BgClassName
{
background-color: #C09F2B;
}
</style>
border-color css
<style>
span { border-color: #C09F2B; }
span { border-color: rgb(192,159,43); }
td.TdClassName
{
border-color: #C09F2B;
}
.TagClassName
{
border-color: #C09F2B;
}
</style>