Shades of Geebung #C07E30
Tints of Geebung #C07E30
RGB
CMYK
RGB Variations
Color information
#C07E30 (or 0xC07E30) is known color: Geebung. HEX triplet: C0, 7E and 30. RGB value is (192,126,48). Sum of RGB (Red+Green+Blue) = 192+126+48=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E30 is #3F81CF. Grayscale: #898989. Windows color (decimal): -4162000 or 3178176. OLE color: 3178176.
HSL color Cylindrical-coordinate representation of color #C07E30: hue angle of 32.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C07E30 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 48 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.25 |
| HSL | 32.5º | 0.6% | 0.47% | - |
| HSV(B) | 32.5º | 0.75% | 0.75% | - |
| XYZ | 29.73 | 26.34 | 6.31 | - |
| YUV | 136.84 | 77.87 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 48 | 0 | 0.34 | 0.75 | 0.25 | 32.5 | 0.6 | 0.47 |
| Hex | C0 | 7E | 30 | 0 | 22 | 4B | 19 | 20 | 3C | 2F |
| Octal | 300 | 176 | 60 | 0 | 42 | 113 | 31 | 40 | 74 | 57 |
| Binary | 11000000 | 1111110 | 110000 | 0 | 100010 | 1001011 | 11001 | 100000 | 111100 | 101111 |
Color Harmonies of #C07E30
Complementary color
Monochromatic Colors of #C07E30
Black with #C07E30
Text Example
Text Example
White with #C07E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E30; }
p { color: rgb(192,126,48); }
H1.HeaderClassName
{
color: #C07E30;
}
.AnyTagClassName
{
color: #C07E30;
}
</style>
background-color css
<style>
a { background-color: #C07E30; }
a { background-color: rgb(192,126,48); }
div.DivClassName
{
background-color: #C07E30;
}
.BgClassName
{
background-color: #C07E30;
}
</style>
border-color css
<style>
span { border-color: #C07E30; }
span { border-color: rgb(192,126,48); }
td.TdClassName
{
border-color: #C07E30;
}
.TagClassName
{
border-color: #C07E30;
}
</style>