Shades of Geebung #C18928
Tints of Geebung #C18928
RGB
CMYK
RGB Variations
Color information
#C18928 (or 0xC18928) is known color: Geebung. HEX triplet: C1, 89 and 28. RGB value is (193,137,40). Sum of RGB (Red+Green+Blue) = 193+137+40=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C18928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18928 is #3E76D7. Grayscale: #8F8F8F. Windows color (decimal): -4093656 or 2656705. OLE color: 2656705.
HSL color Cylindrical-coordinate representation of color #C18928: hue angle of 38.04º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C18928 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 40 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.24 |
| HSL | 38.04º | 0.66% | 0.46% | - |
| HSV(B) | 38.04º | 0.79% | 0.76% | - |
| XYZ | 31.32 | 29.38 | 6.03 | - |
| YUV | 142.69 | 70.05 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 40 | 0 | 0.29 | 0.79 | 0.24 | 38.04 | 0.66 | 0.46 |
| Hex | C1 | 89 | 28 | 0 | 1D | 4F | 18 | 26 | 42 | 2E |
| Octal | 301 | 211 | 50 | 0 | 35 | 117 | 30 | 46 | 102 | 56 |
| Binary | 11000001 | 10001001 | 101000 | 0 | 11101 | 1001111 | 11000 | 100110 | 1000010 | 101110 |
Color Harmonies of #C18928
Complementary color
Monochromatic Colors of #C18928
Black with #C18928
Text Example
Text Example
White with #C18928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18928; }
p { color: rgb(193,137,40); }
H1.HeaderClassName
{
color: #C18928;
}
.AnyTagClassName
{
color: #C18928;
}
</style>
background-color css
<style>
a { background-color: #C18928; }
a { background-color: rgb(193,137,40); }
div.DivClassName
{
background-color: #C18928;
}
.BgClassName
{
background-color: #C18928;
}
</style>
border-color css
<style>
span { border-color: #C18928; }
span { border-color: rgb(193,137,40); }
td.TdClassName
{
border-color: #C18928;
}
.TagClassName
{
border-color: #C18928;
}
</style>