Shades of Geebung #C08632
Tints of Geebung #C08632
RGB
CMYK
RGB Variations
Color information
#C08632 (or 0xC08632) is known color: Geebung. HEX triplet: C0, 86 and 32. RGB value is (192,134,50). Sum of RGB (Red+Green+Blue) = 192+134+50=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C08632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08632 is #3F79CD. Grayscale: #8E8E8E. Windows color (decimal): -4159950 or 3311296. OLE color: 3311296.
HSL color Cylindrical-coordinate representation of color #C08632: hue angle of 35.49º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C08632 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 50 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.25 |
| HSL | 35.49º | 0.59% | 0.47% | - |
| HSV(B) | 35.49º | 0.74% | 0.75% | - |
| XYZ | 30.84 | 28.49 | 6.89 | - |
| YUV | 141.77 | 76.22 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 50 | 0 | 0.30 | 0.74 | 0.25 | 35.49 | 0.59 | 0.47 |
| Hex | C0 | 86 | 32 | 0 | 1E | 4A | 19 | 23 | 3B | 2F |
| Octal | 300 | 206 | 62 | 0 | 36 | 112 | 31 | 43 | 73 | 57 |
| Binary | 11000000 | 10000110 | 110010 | 0 | 11110 | 1001010 | 11001 | 100011 | 111011 | 101111 |
Color Harmonies of #C08632
Complementary color
Monochromatic Colors of #C08632
Black with #C08632
Text Example
Text Example
White with #C08632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08632; }
p { color: rgb(192,134,50); }
H1.HeaderClassName
{
color: #C08632;
}
.AnyTagClassName
{
color: #C08632;
}
</style>
background-color css
<style>
a { background-color: #C08632; }
a { background-color: rgb(192,134,50); }
div.DivClassName
{
background-color: #C08632;
}
.BgClassName
{
background-color: #C08632;
}
</style>
border-color css
<style>
span { border-color: #C08632; }
span { border-color: rgb(192,134,50); }
td.TdClassName
{
border-color: #C08632;
}
.TagClassName
{
border-color: #C08632;
}
</style>