Shades of Geebung #C07E33
Tints of Geebung #C07E33
RGB
CMYK
RGB Variations
Color information
#C07E33 (or 0xC07E33) is known color: Geebung. HEX triplet: C0, 7E and 33. RGB value is (192,126,51). Sum of RGB (Red+Green+Blue) = 192+126+51=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E33 is #3F81CC. Grayscale: #898989. Windows color (decimal): -4161997 or 3374784. OLE color: 3374784.
HSL color Cylindrical-coordinate representation of color #C07E33: hue angle of 31.91º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C07E33 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 51 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.25 |
| HSL | 31.91º | 0.58% | 0.48% | - |
| HSV(B) | 31.91º | 0.73% | 0.75% | - |
| XYZ | 29.8 | 26.37 | 6.65 | - |
| YUV | 137.18 | 79.37 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 51 | 0 | 0.34 | 0.73 | 0.25 | 31.91 | 0.58 | 0.48 |
| Hex | C0 | 7E | 33 | 0 | 22 | 49 | 19 | 20 | 3A | 30 |
| Octal | 300 | 176 | 63 | 0 | 42 | 111 | 31 | 40 | 72 | 60 |
| Binary | 11000000 | 1111110 | 110011 | 0 | 100010 | 1001001 | 11001 | 100000 | 111010 | 110000 |
Color Harmonies of #C07E33
Complementary color
Monochromatic Colors of #C07E33
Black with #C07E33
Text Example
Text Example
White with #C07E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E33; }
p { color: rgb(192,126,51); }
H1.HeaderClassName
{
color: #C07E33;
}
.AnyTagClassName
{
color: #C07E33;
}
</style>
background-color css
<style>
a { background-color: #C07E33; }
a { background-color: rgb(192,126,51); }
div.DivClassName
{
background-color: #C07E33;
}
.BgClassName
{
background-color: #C07E33;
}
</style>
border-color css
<style>
span { border-color: #C07E33; }
span { border-color: rgb(192,126,51); }
td.TdClassName
{
border-color: #C07E33;
}
.TagClassName
{
border-color: #C07E33;
}
</style>