Shades of Geebung #C07E29
Tints of Geebung #C07E29
RGB
CMYK
RGB Variations
Color information
#C07E29 (or 0xC07E29) is known color: Geebung. HEX triplet: C0, 7E and 29. RGB value is (192,126,41). Sum of RGB (Red+Green+Blue) = 192+126+41=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E29 is #3F81D6. Grayscale: #888888. Windows color (decimal): -4162007 or 2719424. OLE color: 2719424.
HSL color Cylindrical-coordinate representation of color #C07E29: hue angle of 33.77º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C07E29 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 41 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.25 |
| HSL | 33.77º | 0.65% | 0.46% | - |
| HSV(B) | 33.77º | 0.79% | 0.75% | - |
| XYZ | 29.6 | 26.29 | 5.61 | - |
| YUV | 136.04 | 74.37 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 41 | 0 | 0.34 | 0.79 | 0.25 | 33.77 | 0.65 | 0.46 |
| Hex | C0 | 7E | 29 | 0 | 22 | 4F | 19 | 22 | 41 | 2E |
| Octal | 300 | 176 | 51 | 0 | 42 | 117 | 31 | 42 | 101 | 56 |
| Binary | 11000000 | 1111110 | 101001 | 0 | 100010 | 1001111 | 11001 | 100010 | 1000001 | 101110 |
Color Harmonies of #C07E29
Complementary color
Monochromatic Colors of #C07E29
Black with #C07E29
Text Example
Text Example
White with #C07E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E29; }
p { color: rgb(192,126,41); }
H1.HeaderClassName
{
color: #C07E29;
}
.AnyTagClassName
{
color: #C07E29;
}
</style>
background-color css
<style>
a { background-color: #C07E29; }
a { background-color: rgb(192,126,41); }
div.DivClassName
{
background-color: #C07E29;
}
.BgClassName
{
background-color: #C07E29;
}
</style>
border-color css
<style>
span { border-color: #C07E29; }
span { border-color: rgb(192,126,41); }
td.TdClassName
{
border-color: #C07E29;
}
.TagClassName
{
border-color: #C07E29;
}
</style>