Shades of Sahara #C09B28
Tints of Sahara #C09B28
RGB
CMYK
RGB Variations
Color information
#C09B28 (or 0xC09B28) is known color: Sahara. HEX triplet: C0, 9B and 28. RGB value is (192,155,40). Sum of RGB (Red+Green+Blue) = 192+155+40=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09B28 is #3F64D7. Grayscale: #999999. Windows color (decimal): -4154584 or 2661312. OLE color: 2661312.
HSL color Cylindrical-coordinate representation of color #C09B28: hue angle of 45.39º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C09B28 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 40 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.25 |
| HSL | 45.39º | 0.66% | 0.45% | - |
| HSV(B) | 45.39º | 0.79% | 0.75% | - |
| XYZ | 33.84 | 34.8 | 6.94 | - |
| YUV | 152.95 | 64.26 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 40 | 0 | 0.19 | 0.79 | 0.25 | 45.39 | 0.66 | 0.45 |
| Hex | C0 | 9B | 28 | 0 | 13 | 4F | 19 | 2D | 42 | 2D |
| Octal | 300 | 233 | 50 | 0 | 23 | 117 | 31 | 55 | 102 | 55 |
| Binary | 11000000 | 10011011 | 101000 | 0 | 10011 | 1001111 | 11001 | 101101 | 1000010 | 101101 |
Color Harmonies of #C09B28
Complementary color
Monochromatic Colors of #C09B28
Black with #C09B28
Text Example
Text Example
White with #C09B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B28; }
p { color: rgb(192,155,40); }
H1.HeaderClassName
{
color: #C09B28;
}
.AnyTagClassName
{
color: #C09B28;
}
</style>
background-color css
<style>
a { background-color: #C09B28; }
a { background-color: rgb(192,155,40); }
div.DivClassName
{
background-color: #C09B28;
}
.BgClassName
{
background-color: #C09B28;
}
</style>
border-color css
<style>
span { border-color: #C09B28; }
span { border-color: rgb(192,155,40); }
td.TdClassName
{
border-color: #C09B28;
}
.TagClassName
{
border-color: #C09B28;
}
</style>