Shades of Geebung #C08629
Tints of Geebung #C08629
RGB
CMYK
RGB Variations
Color information
#C08629 (or 0xC08629) is known color: Geebung. HEX triplet: C0, 86 and 29. RGB value is (192,134,41). Sum of RGB (Red+Green+Blue) = 192+134+41=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C08629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08629 is #3F79D6. Grayscale: #8D8D8D. Windows color (decimal): -4159959 or 2721472. OLE color: 2721472.
HSL color Cylindrical-coordinate representation of color #C08629: hue angle of 36.95º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C08629 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 41 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.25 |
| HSL | 36.95º | 0.65% | 0.46% | - |
| HSV(B) | 36.95º | 0.79% | 0.75% | - |
| XYZ | 30.66 | 28.42 | 5.97 | - |
| YUV | 140.74 | 71.72 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 41 | 0 | 0.30 | 0.79 | 0.25 | 36.95 | 0.65 | 0.46 |
| Hex | C0 | 86 | 29 | 0 | 1E | 4F | 19 | 25 | 41 | 2E |
| Octal | 300 | 206 | 51 | 0 | 36 | 117 | 31 | 45 | 101 | 56 |
| Binary | 11000000 | 10000110 | 101001 | 0 | 11110 | 1001111 | 11001 | 100101 | 1000001 | 101110 |
Color Harmonies of #C08629
Complementary color
Monochromatic Colors of #C08629
Black with #C08629
Text Example
Text Example
White with #C08629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08629; }
p { color: rgb(192,134,41); }
H1.HeaderClassName
{
color: #C08629;
}
.AnyTagClassName
{
color: #C08629;
}
</style>
background-color css
<style>
a { background-color: #C08629; }
a { background-color: rgb(192,134,41); }
div.DivClassName
{
background-color: #C08629;
}
.BgClassName
{
background-color: #C08629;
}
</style>
border-color css
<style>
span { border-color: #C08629; }
span { border-color: rgb(192,134,41); }
td.TdClassName
{
border-color: #C08629;
}
.TagClassName
{
border-color: #C08629;
}
</style>