Shades of Geebung #C08125
Tints of Geebung #C08125
RGB
CMYK
RGB Variations
Color information
#C08125 (or 0xC08125) is known color: Geebung. HEX triplet: C0, 81 and 25. RGB value is (192,129,37). Sum of RGB (Red+Green+Blue) = 192+129+37=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C08125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08125 is #3F7EDA. Grayscale: #898989. Windows color (decimal): -4161243 or 2458048. OLE color: 2458048.
HSL color Cylindrical-coordinate representation of color #C08125: hue angle of 35.61º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C08125 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 37 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.25 |
| HSL | 35.61º | 0.68% | 0.45% | - |
| HSV(B) | 35.61º | 0.81% | 0.75% | - |
| XYZ | 29.92 | 27.04 | 5.39 | - |
| YUV | 137.35 | 71.37 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 37 | 0 | 0.33 | 0.81 | 0.25 | 35.61 | 0.68 | 0.45 |
| Hex | C0 | 81 | 25 | 0 | 21 | 51 | 19 | 24 | 44 | 2D |
| Octal | 300 | 201 | 45 | 0 | 41 | 121 | 31 | 44 | 104 | 55 |
| Binary | 11000000 | 10000001 | 100101 | 0 | 100001 | 1010001 | 11001 | 100100 | 1000100 | 101101 |
Color Harmonies of #C08125
Complementary color
Monochromatic Colors of #C08125
Black with #C08125
Text Example
Text Example
White with #C08125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08125; }
p { color: rgb(192,129,37); }
H1.HeaderClassName
{
color: #C08125;
}
.AnyTagClassName
{
color: #C08125;
}
</style>
background-color css
<style>
a { background-color: #C08125; }
a { background-color: rgb(192,129,37); }
div.DivClassName
{
background-color: #C08125;
}
.BgClassName
{
background-color: #C08125;
}
</style>
border-color css
<style>
span { border-color: #C08125; }
span { border-color: rgb(192,129,37); }
td.TdClassName
{
border-color: #C08125;
}
.TagClassName
{
border-color: #C08125;
}
</style>