Shades of Sahara #C09F27
Tints of Sahara #C09F27
RGB
CMYK
RGB Variations
Color information
#C09F27 (or 0xC09F27) is known color: Sahara. HEX triplet: C0, 9F and 27. RGB value is (192,159,39). Sum of RGB (Red+Green+Blue) = 192+159+39=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09F27 is #3F60D8. Grayscale: #9B9B9B. Windows color (decimal): -4153561 or 2596800. OLE color: 2596800.
HSL color Cylindrical-coordinate representation of color #C09F27: hue angle of 47.06º degrees, saturation: 0.66, 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 #C09F27 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 39 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.25 |
| HSL | 47.06º | 0.66% | 0.45% | - |
| HSV(B) | 47.06º | 0.8% | 0.75% | - |
| XYZ | 34.5 | 36.15 | 7.08 | - |
| YUV | 155.19 | 62.43 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 39 | 0 | 0.17 | 0.80 | 0.25 | 47.06 | 0.66 | 0.45 |
| Hex | C0 | 9F | 27 | 0 | 11 | 50 | 19 | 2F | 42 | 2D |
| Octal | 300 | 237 | 47 | 0 | 21 | 120 | 31 | 57 | 102 | 55 |
| Binary | 11000000 | 10011111 | 100111 | 0 | 10001 | 1010000 | 11001 | 101111 | 1000010 | 101101 |
Color Harmonies of #C09F27
Complementary color
Monochromatic Colors of #C09F27
Black with #C09F27
Text Example
Text Example
White with #C09F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09F27; }
p { color: rgb(192,159,39); }
H1.HeaderClassName
{
color: #C09F27;
}
.AnyTagClassName
{
color: #C09F27;
}
</style>
background-color css
<style>
a { background-color: #C09F27; }
a { background-color: rgb(192,159,39); }
div.DivClassName
{
background-color: #C09F27;
}
.BgClassName
{
background-color: #C09F27;
}
</style>
border-color css
<style>
span { border-color: #C09F27; }
span { border-color: rgb(192,159,39); }
td.TdClassName
{
border-color: #C09F27;
}
.TagClassName
{
border-color: #C09F27;
}
</style>