Shades of Geebung #C18026
Tints of Geebung #C18026
RGB
CMYK
RGB Variations
Color information
#C18026 (or 0xC18026) is known color: Geebung. HEX triplet: C1, 80 and 26. RGB value is (193,128,38). Sum of RGB (Red+Green+Blue) = 193+128+38=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C18026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18026 is #3E7FD9. Grayscale: #898989. Windows color (decimal): -4095962 or 2523329. OLE color: 2523329.
HSL color Cylindrical-coordinate representation of color #C18026: hue angle of 34.84º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C18026 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 38 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.24 |
| HSL | 34.84º | 0.67% | 0.45% | - |
| HSV(B) | 34.84º | 0.8% | 0.76% | - |
| XYZ | 30.06 | 26.92 | 5.44 | - |
| YUV | 137.18 | 72.03 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 38 | 0 | 0.34 | 0.80 | 0.24 | 34.84 | 0.67 | 0.45 |
| Hex | C1 | 80 | 26 | 0 | 22 | 50 | 18 | 23 | 43 | 2D |
| Octal | 301 | 200 | 46 | 0 | 42 | 120 | 30 | 43 | 103 | 55 |
| Binary | 11000001 | 10000000 | 100110 | 0 | 100010 | 1010000 | 11000 | 100011 | 1000011 | 101101 |
Color Harmonies of #C18026
Complementary color
Monochromatic Colors of #C18026
Black with #C18026
Text Example
Text Example
White with #C18026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18026; }
p { color: rgb(193,128,38); }
H1.HeaderClassName
{
color: #C18026;
}
.AnyTagClassName
{
color: #C18026;
}
</style>
background-color css
<style>
a { background-color: #C18026; }
a { background-color: rgb(193,128,38); }
div.DivClassName
{
background-color: #C18026;
}
.BgClassName
{
background-color: #C18026;
}
</style>
border-color css
<style>
span { border-color: #C18026; }
span { border-color: rgb(193,128,38); }
td.TdClassName
{
border-color: #C18026;
}
.TagClassName
{
border-color: #C18026;
}
</style>