Shades of Geebung #C88C2E
Tints of Geebung #C88C2E
RGB
CMYK
RGB Variations
Color information
#C88C2E (or 0xC88C2E) is known color: Geebung. HEX triplet: C8, 8C and 2E. RGB value is (200,140,46). Sum of RGB (Red+Green+Blue) = 200+140+46=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88C2E is #3773D1. Grayscale: #939393. Windows color (decimal): -3634130 or 3050696. OLE color: 3050696.
HSL color Cylindrical-coordinate representation of color #C88C2E: hue angle of 36.62º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C88C2E is Cyan = 0, Magento = 0.3, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 46 | - |
| CMYK | 0 | 0.3 | 0.77 | 0.22 |
| HSL | 36.62º | 0.63% | 0.48% | - |
| HSV(B) | 36.62º | 0.77% | 0.78% | - |
| XYZ | 33.69 | 31.23 | 6.84 | - |
| YUV | 147.22 | 70.88 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 46 | 0 | 0.3 | 0.77 | 0.22 | 36.62 | 0.63 | 0.48 |
| Hex | C8 | 8C | 2E | 0 | 1E | 4D | 16 | 25 | 3F | 30 |
| Octal | 310 | 214 | 56 | 0 | 36 | 115 | 26 | 45 | 77 | 60 |
| Binary | 11001000 | 10001100 | 101110 | 0 | 11110 | 1001101 | 10110 | 100101 | 111111 | 110000 |
Color Harmonies of #C88C2E
Complementary color
Monochromatic Colors of #C88C2E
Black with #C88C2E
Text Example
Text Example
White with #C88C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88C2E; }
p { color: rgb(200,140,46); }
H1.HeaderClassName
{
color: #C88C2E;
}
.AnyTagClassName
{
color: #C88C2E;
}
</style>
background-color css
<style>
a { background-color: #C88C2E; }
a { background-color: rgb(200,140,46); }
div.DivClassName
{
background-color: #C88C2E;
}
.BgClassName
{
background-color: #C88C2E;
}
</style>
border-color css
<style>
span { border-color: #C88C2E; }
span { border-color: rgb(200,140,46); }
td.TdClassName
{
border-color: #C88C2E;
}
.TagClassName
{
border-color: #C88C2E;
}
</style>