Shades of Geebung #C08833
Tints of Geebung #C08833
RGB
CMYK
RGB Variations
Color information
#C08833 (or 0xC08833) is known color: Geebung. HEX triplet: C0, 88 and 33. RGB value is (192,136,51). Sum of RGB (Red+Green+Blue) = 192+136+51=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C08833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08833 is #3F77CC. Grayscale: #8F8F8F. Windows color (decimal): -4159437 or 3377344. OLE color: 3377344.
HSL color Cylindrical-coordinate representation of color #C08833: hue angle of 36.17º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C08833 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 51 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.25 |
| HSL | 36.17º | 0.58% | 0.48% | - |
| HSV(B) | 36.17º | 0.73% | 0.75% | - |
| XYZ | 31.14 | 29.05 | 7.1 | - |
| YUV | 143.05 | 76.05 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 51 | 0 | 0.29 | 0.73 | 0.25 | 36.17 | 0.58 | 0.48 |
| Hex | C0 | 88 | 33 | 0 | 1D | 49 | 19 | 24 | 3A | 30 |
| Octal | 300 | 210 | 63 | 0 | 35 | 111 | 31 | 44 | 72 | 60 |
| Binary | 11000000 | 10001000 | 110011 | 0 | 11101 | 1001001 | 11001 | 100100 | 111010 | 110000 |
Color Harmonies of #C08833
Complementary color
Monochromatic Colors of #C08833
Black with #C08833
Text Example
Text Example
White with #C08833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08833; }
p { color: rgb(192,136,51); }
H1.HeaderClassName
{
color: #C08833;
}
.AnyTagClassName
{
color: #C08833;
}
</style>
background-color css
<style>
a { background-color: #C08833; }
a { background-color: rgb(192,136,51); }
div.DivClassName
{
background-color: #C08833;
}
.BgClassName
{
background-color: #C08833;
}
</style>
border-color css
<style>
span { border-color: #C08833; }
span { border-color: rgb(192,136,51); }
td.TdClassName
{
border-color: #C08833;
}
.TagClassName
{
border-color: #C08833;
}
</style>