Shades of Geebung #C48C2E
Tints of Geebung #C48C2E
RGB
CMYK
RGB Variations
Color information
#C48C2E (or 0xC48C2E) is known color: Geebung. HEX triplet: C4, 8C and 2E. RGB value is (196,140,46). Sum of RGB (Red+Green+Blue) = 196+140+46=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48C2E is #3B73D1. Grayscale: #929292. Windows color (decimal): -3896274 or 3050692. OLE color: 3050692.
HSL color Cylindrical-coordinate representation of color #C48C2E: hue angle of 37.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C48C2E is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 46 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.23 |
| HSL | 37.6º | 0.62% | 0.47% | - |
| HSV(B) | 37.6º | 0.77% | 0.77% | - |
| XYZ | 32.64 | 30.69 | 6.79 | - |
| YUV | 146.03 | 71.55 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 46 | 0 | 0.29 | 0.77 | 0.23 | 37.6 | 0.62 | 0.47 |
| Hex | C4 | 8C | 2E | 0 | 1D | 4D | 17 | 26 | 3E | 2F |
| Octal | 304 | 214 | 56 | 0 | 35 | 115 | 27 | 46 | 76 | 57 |
| Binary | 11000100 | 10001100 | 101110 | 0 | 11101 | 1001101 | 10111 | 100110 | 111110 | 101111 |
Color Harmonies of #C48C2E
Complementary color
Monochromatic Colors of #C48C2E
Black with #C48C2E
Text Example
Text Example
White with #C48C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C2E; }
p { color: rgb(196,140,46); }
H1.HeaderClassName
{
color: #C48C2E;
}
.AnyTagClassName
{
color: #C48C2E;
}
</style>
background-color css
<style>
a { background-color: #C48C2E; }
a { background-color: rgb(196,140,46); }
div.DivClassName
{
background-color: #C48C2E;
}
.BgClassName
{
background-color: #C48C2E;
}
</style>
border-color css
<style>
span { border-color: #C48C2E; }
span { border-color: rgb(196,140,46); }
td.TdClassName
{
border-color: #C48C2E;
}
.TagClassName
{
border-color: #C48C2E;
}
</style>