Shades of Geebung #C07E31
Tints of Geebung #C07E31
RGB
CMYK
RGB Variations
Color information
#C07E31 (or 0xC07E31) is known color: Geebung. HEX triplet: C0, 7E and 31. RGB value is (192,126,49). Sum of RGB (Red+Green+Blue) = 192+126+49=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E31 is #3F81CE. Grayscale: #898989. Windows color (decimal): -4161999 or 3243712. OLE color: 3243712.
HSL color Cylindrical-coordinate representation of color #C07E31: hue angle of 32.31º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C07E31 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 49 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.25 |
| HSL | 32.31º | 0.59% | 0.47% | - |
| HSV(B) | 32.31º | 0.74% | 0.75% | - |
| XYZ | 29.75 | 26.35 | 6.42 | - |
| YUV | 136.96 | 78.37 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 49 | 0 | 0.34 | 0.74 | 0.25 | 32.31 | 0.59 | 0.47 |
| Hex | C0 | 7E | 31 | 0 | 22 | 4A | 19 | 20 | 3B | 2F |
| Octal | 300 | 176 | 61 | 0 | 42 | 112 | 31 | 40 | 73 | 57 |
| Binary | 11000000 | 1111110 | 110001 | 0 | 100010 | 1001010 | 11001 | 100000 | 111011 | 101111 |
Color Harmonies of #C07E31
Complementary color
Monochromatic Colors of #C07E31
Black with #C07E31
Text Example
Text Example
White with #C07E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E31; }
p { color: rgb(192,126,49); }
H1.HeaderClassName
{
color: #C07E31;
}
.AnyTagClassName
{
color: #C07E31;
}
</style>
background-color css
<style>
a { background-color: #C07E31; }
a { background-color: rgb(192,126,49); }
div.DivClassName
{
background-color: #C07E31;
}
.BgClassName
{
background-color: #C07E31;
}
</style>
border-color css
<style>
span { border-color: #C07E31; }
span { border-color: rgb(192,126,49); }
td.TdClassName
{
border-color: #C07E31;
}
.TagClassName
{
border-color: #C07E31;
}
</style>