Shades of Geebung #C8802C
Tints of Geebung #C8802C
RGB
CMYK
RGB Variations
Color information
#C8802C (or 0xC8802C) is known color: Geebung. HEX triplet: C8, 80 and 2C. RGB value is (200,128,44). Sum of RGB (Red+Green+Blue) = 200+128+44=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C8802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8802C is #377FD3. Grayscale: #8C8C8C. Windows color (decimal): -3637204 or 2916552. OLE color: 2916552.
HSL color Cylindrical-coordinate representation of color #C8802C: hue angle of 32.31º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8802C is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 44 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.22 |
| HSL | 32.31º | 0.64% | 0.48% | - |
| HSV(B) | 32.31º | 0.78% | 0.78% | - |
| XYZ | 31.99 | 27.9 | 6.08 | - |
| YUV | 139.95 | 73.85 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 44 | 0 | 0.36 | 0.78 | 0.22 | 32.31 | 0.64 | 0.48 |
| Hex | C8 | 80 | 2C | 0 | 24 | 4E | 16 | 20 | 40 | 30 |
| Octal | 310 | 200 | 54 | 0 | 44 | 116 | 26 | 40 | 100 | 60 |
| Binary | 11001000 | 10000000 | 101100 | 0 | 100100 | 1001110 | 10110 | 100000 | 1000000 | 110000 |
Color Harmonies of #C8802C
Complementary color
Monochromatic Colors of #C8802C
Black with #C8802C
Text Example
Text Example
White with #C8802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8802C; }
p { color: rgb(200,128,44); }
H1.HeaderClassName
{
color: #C8802C;
}
.AnyTagClassName
{
color: #C8802C;
}
</style>
background-color css
<style>
a { background-color: #C8802C; }
a { background-color: rgb(200,128,44); }
div.DivClassName
{
background-color: #C8802C;
}
.BgClassName
{
background-color: #C8802C;
}
</style>
border-color css
<style>
span { border-color: #C8802C; }
span { border-color: rgb(200,128,44); }
td.TdClassName
{
border-color: #C8802C;
}
.TagClassName
{
border-color: #C8802C;
}
</style>