Shades of Geebung #C18932
Tints of Geebung #C18932
RGB
CMYK
RGB Variations
Color information
#C18932 (or 0xC18932) is known color: Geebung. HEX triplet: C1, 89 and 32. RGB value is (193,137,50). Sum of RGB (Red+Green+Blue) = 193+137+50=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C18932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18932 is #3E76CD. Grayscale: #909090. Windows color (decimal): -4093646 or 3312065. OLE color: 3312065.
HSL color Cylindrical-coordinate representation of color #C18932: hue angle of 36.5º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C18932 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 50 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.24 |
| HSL | 36.5º | 0.59% | 0.48% | - |
| HSV(B) | 36.5º | 0.74% | 0.76% | - |
| XYZ | 31.51 | 29.46 | 7.04 | - |
| YUV | 143.83 | 75.05 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 50 | 0 | 0.29 | 0.74 | 0.24 | 36.5 | 0.59 | 0.48 |
| Hex | C1 | 89 | 32 | 0 | 1D | 4A | 18 | 25 | 3B | 30 |
| Octal | 301 | 211 | 62 | 0 | 35 | 112 | 30 | 45 | 73 | 60 |
| Binary | 11000001 | 10001001 | 110010 | 0 | 11101 | 1001010 | 11000 | 100101 | 111011 | 110000 |
Color Harmonies of #C18932
Complementary color
Monochromatic Colors of #C18932
Black with #C18932
Text Example
Text Example
White with #C18932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18932; }
p { color: rgb(193,137,50); }
H1.HeaderClassName
{
color: #C18932;
}
.AnyTagClassName
{
color: #C18932;
}
</style>
background-color css
<style>
a { background-color: #C18932; }
a { background-color: rgb(193,137,50); }
div.DivClassName
{
background-color: #C18932;
}
.BgClassName
{
background-color: #C18932;
}
</style>
border-color css
<style>
span { border-color: #C18932; }
span { border-color: rgb(193,137,50); }
td.TdClassName
{
border-color: #C18932;
}
.TagClassName
{
border-color: #C18932;
}
</style>