Shades of Geebung #C78C2F
Tints of Geebung #C78C2F
RGB
CMYK
RGB Variations
Color information
#C78C2F (or 0xC78C2F) is known color: Geebung. HEX triplet: C7, 8C and 2F. RGB value is (199,140,47). Sum of RGB (Red+Green+Blue) = 199+140+47=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78C2F is #3873D0. Grayscale: #939393. Windows color (decimal): -3699665 or 3116231. OLE color: 3116231.
HSL color Cylindrical-coordinate representation of color #C78C2F: hue angle of 36.71º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C78C2F is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 140 | 47 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.22 |
| HSL | 36.71º | 0.62% | 0.48% | - |
| HSV(B) | 36.71º | 0.76% | 0.78% | - |
| XYZ | 33.44 | 31.1 | 6.93 | - |
| YUV | 147.04 | 71.55 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 47 | 0 | 0.30 | 0.76 | 0.22 | 36.71 | 0.62 | 0.48 |
| Hex | C7 | 8C | 2F | 0 | 1E | 4C | 16 | 25 | 3E | 30 |
| Octal | 307 | 214 | 57 | 0 | 36 | 114 | 26 | 45 | 76 | 60 |
| Binary | 11000111 | 10001100 | 101111 | 0 | 11110 | 1001100 | 10110 | 100101 | 111110 | 110000 |
Color Harmonies of #C78C2F
Complementary color
Monochromatic Colors of #C78C2F
Black with #C78C2F
Text Example
Text Example
White with #C78C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78C2F; }
p { color: rgb(199,140,47); }
H1.HeaderClassName
{
color: #C78C2F;
}
.AnyTagClassName
{
color: #C78C2F;
}
</style>
background-color css
<style>
a { background-color: #C78C2F; }
a { background-color: rgb(199,140,47); }
div.DivClassName
{
background-color: #C78C2F;
}
.BgClassName
{
background-color: #C78C2F;
}
</style>
border-color css
<style>
span { border-color: #C78C2F; }
span { border-color: rgb(199,140,47); }
td.TdClassName
{
border-color: #C78C2F;
}
.TagClassName
{
border-color: #C78C2F;
}
</style>