Shades of Geebung #C07E2D
Tints of Geebung #C07E2D
RGB
CMYK
RGB Variations
Color information
#C07E2D (or 0xC07E2D) is known color: Geebung. HEX triplet: C0, 7E and 2D. RGB value is (192,126,45). Sum of RGB (Red+Green+Blue) = 192+126+45=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E2D is #3F81D2. Grayscale: #888888. Windows color (decimal): -4162003 or 2981568. OLE color: 2981568.
HSL color Cylindrical-coordinate representation of color #C07E2D: hue angle of 33.06º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C07E2D is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 45 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.25 |
| HSL | 33.06º | 0.62% | 0.46% | - |
| HSV(B) | 33.06º | 0.77% | 0.75% | - |
| XYZ | 29.67 | 26.32 | 6 | - |
| YUV | 136.5 | 76.37 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 45 | 0 | 0.34 | 0.77 | 0.25 | 33.06 | 0.62 | 0.46 |
| Hex | C0 | 7E | 2D | 0 | 22 | 4D | 19 | 21 | 3E | 2E |
| Octal | 300 | 176 | 55 | 0 | 42 | 115 | 31 | 41 | 76 | 56 |
| Binary | 11000000 | 1111110 | 101101 | 0 | 100010 | 1001101 | 11001 | 100001 | 111110 | 101110 |
Color Harmonies of #C07E2D
Complementary color
Monochromatic Colors of #C07E2D
Black with #C07E2D
Text Example
Text Example
White with #C07E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E2D; }
p { color: rgb(192,126,45); }
H1.HeaderClassName
{
color: #C07E2D;
}
.AnyTagClassName
{
color: #C07E2D;
}
</style>
background-color css
<style>
a { background-color: #C07E2D; }
a { background-color: rgb(192,126,45); }
div.DivClassName
{
background-color: #C07E2D;
}
.BgClassName
{
background-color: #C07E2D;
}
</style>
border-color css
<style>
span { border-color: #C07E2D; }
span { border-color: rgb(192,126,45); }
td.TdClassName
{
border-color: #C07E2D;
}
.TagClassName
{
border-color: #C07E2D;
}
</style>