Shades of Geebung #C77E2B
Tints of Geebung #C77E2B
RGB
CMYK
RGB Variations
Color information
#C77E2B (or 0xC77E2B) is known color: Geebung. HEX triplet: C7, 7E and 2B. RGB value is (199,126,43). Sum of RGB (Red+Green+Blue) = 199+126+43=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77E2B is #3881D4. Grayscale: #8A8A8A. Windows color (decimal): -3703253 or 2850503. OLE color: 2850503.
HSL color Cylindrical-coordinate representation of color #C77E2B: hue angle of 31.92º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C77E2B is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 43 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.22 |
| HSL | 31.92º | 0.64% | 0.47% | - |
| HSV(B) | 31.92º | 0.78% | 0.78% | - |
| XYZ | 31.45 | 27.24 | 5.89 | - |
| YUV | 138.37 | 74.18 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 43 | 0 | 0.37 | 0.78 | 0.22 | 31.92 | 0.64 | 0.47 |
| Hex | C7 | 7E | 2B | 0 | 25 | 4E | 16 | 20 | 40 | 2F |
| Octal | 307 | 176 | 53 | 0 | 45 | 116 | 26 | 40 | 100 | 57 |
| Binary | 11000111 | 1111110 | 101011 | 0 | 100101 | 1001110 | 10110 | 100000 | 1000000 | 101111 |
Color Harmonies of #C77E2B
Complementary color
Monochromatic Colors of #C77E2B
Black with #C77E2B
Text Example
Text Example
White with #C77E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77E2B; }
p { color: rgb(199,126,43); }
H1.HeaderClassName
{
color: #C77E2B;
}
.AnyTagClassName
{
color: #C77E2B;
}
</style>
background-color css
<style>
a { background-color: #C77E2B; }
a { background-color: rgb(199,126,43); }
div.DivClassName
{
background-color: #C77E2B;
}
.BgClassName
{
background-color: #C77E2B;
}
</style>
border-color css
<style>
span { border-color: #C77E2B; }
span { border-color: rgb(199,126,43); }
td.TdClassName
{
border-color: #C77E2B;
}
.TagClassName
{
border-color: #C77E2B;
}
</style>