Shades of Geebung #C88830
Tints of Geebung #C88830
RGB
CMYK
RGB Variations
Color information
#C88830 (or 0xC88830) is known color: Geebung. HEX triplet: C8, 88 and 30. RGB value is (200,136,48). Sum of RGB (Red+Green+Blue) = 200+136+48=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C88830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88830 is #3777CF. Grayscale: #919191. Windows color (decimal): -3635152 or 3180744. OLE color: 3180744.
HSL color Cylindrical-coordinate representation of color #C88830: hue angle of 34.74º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C88830 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 48 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.22 |
| HSL | 34.74º | 0.61% | 0.49% | - |
| HSV(B) | 34.74º | 0.76% | 0.78% | - |
| XYZ | 33.16 | 30.1 | 6.86 | - |
| YUV | 145.1 | 73.2 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 48 | 0 | 0.32 | 0.76 | 0.22 | 34.74 | 0.61 | 0.49 |
| Hex | C8 | 88 | 30 | 0 | 20 | 4C | 16 | 23 | 3D | 31 |
| Octal | 310 | 210 | 60 | 0 | 40 | 114 | 26 | 43 | 75 | 61 |
| Binary | 11001000 | 10001000 | 110000 | 0 | 100000 | 1001100 | 10110 | 100011 | 111101 | 110001 |
Color Harmonies of #C88830
Complementary color
Monochromatic Colors of #C88830
Black with #C88830
Text Example
Text Example
White with #C88830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88830; }
p { color: rgb(200,136,48); }
H1.HeaderClassName
{
color: #C88830;
}
.AnyTagClassName
{
color: #C88830;
}
</style>
background-color css
<style>
a { background-color: #C88830; }
a { background-color: rgb(200,136,48); }
div.DivClassName
{
background-color: #C88830;
}
.BgClassName
{
background-color: #C88830;
}
</style>
border-color css
<style>
span { border-color: #C88830; }
span { border-color: rgb(200,136,48); }
td.TdClassName
{
border-color: #C88830;
}
.TagClassName
{
border-color: #C88830;
}
</style>