Shades of Geebung #C08227
Tints of Geebung #C08227
RGB
CMYK
RGB Variations
Color information
#C08227 (or 0xC08227) is known color: Geebung. HEX triplet: C0, 82 and 27. RGB value is (192,130,39). Sum of RGB (Red+Green+Blue) = 192+130+39=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C08227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08227 is #3F7DD8. Grayscale: #8A8A8A. Windows color (decimal): -4160985 or 2589376. OLE color: 2589376.
HSL color Cylindrical-coordinate representation of color #C08227: hue angle of 35.69º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C08227 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 39 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.25 |
| HSL | 35.69º | 0.66% | 0.45% | - |
| HSV(B) | 35.69º | 0.8% | 0.75% | - |
| XYZ | 30.09 | 27.32 | 5.61 | - |
| YUV | 138.16 | 72.04 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 39 | 0 | 0.32 | 0.80 | 0.25 | 35.69 | 0.66 | 0.45 |
| Hex | C0 | 82 | 27 | 0 | 20 | 50 | 19 | 24 | 42 | 2D |
| Octal | 300 | 202 | 47 | 0 | 40 | 120 | 31 | 44 | 102 | 55 |
| Binary | 11000000 | 10000010 | 100111 | 0 | 100000 | 1010000 | 11001 | 100100 | 1000010 | 101101 |
Color Harmonies of #C08227
Complementary color
Monochromatic Colors of #C08227
Black with #C08227
Text Example
Text Example
White with #C08227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08227; }
p { color: rgb(192,130,39); }
H1.HeaderClassName
{
color: #C08227;
}
.AnyTagClassName
{
color: #C08227;
}
</style>
background-color css
<style>
a { background-color: #C08227; }
a { background-color: rgb(192,130,39); }
div.DivClassName
{
background-color: #C08227;
}
.BgClassName
{
background-color: #C08227;
}
</style>
border-color css
<style>
span { border-color: #C08227; }
span { border-color: rgb(192,130,39); }
td.TdClassName
{
border-color: #C08227;
}
.TagClassName
{
border-color: #C08227;
}
</style>