Shades of Geebung #C08526
Tints of Geebung #C08526
RGB
CMYK
RGB Variations
Color information
#C08526 (or 0xC08526) is known color: Geebung. HEX triplet: C0, 85 and 26. RGB value is (192,133,38). Sum of RGB (Red+Green+Blue) = 192+133+38=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C08526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08526 is #3F7AD9. Grayscale: #8C8C8C. Windows color (decimal): -4160218 or 2524608. OLE color: 2524608.
HSL color Cylindrical-coordinate representation of color #C08526: hue angle of 37.01º degrees, saturation: 0.67, 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 #C08526 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 38 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.25 |
| HSL | 37.01º | 0.67% | 0.45% | - |
| HSV(B) | 37.01º | 0.8% | 0.75% | - |
| XYZ | 30.48 | 28.12 | 5.66 | - |
| YUV | 139.81 | 70.55 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 38 | 0 | 0.31 | 0.80 | 0.25 | 37.01 | 0.67 | 0.45 |
| Hex | C0 | 85 | 26 | 0 | 1F | 50 | 19 | 25 | 43 | 2D |
| Octal | 300 | 205 | 46 | 0 | 37 | 120 | 31 | 45 | 103 | 55 |
| Binary | 11000000 | 10000101 | 100110 | 0 | 11111 | 1010000 | 11001 | 100101 | 1000011 | 101101 |
Color Harmonies of #C08526
Complementary color
Monochromatic Colors of #C08526
Black with #C08526
Text Example
Text Example
White with #C08526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08526; }
p { color: rgb(192,133,38); }
H1.HeaderClassName
{
color: #C08526;
}
.AnyTagClassName
{
color: #C08526;
}
</style>
background-color css
<style>
a { background-color: #C08526; }
a { background-color: rgb(192,133,38); }
div.DivClassName
{
background-color: #C08526;
}
.BgClassName
{
background-color: #C08526;
}
</style>
border-color css
<style>
span { border-color: #C08526; }
span { border-color: rgb(192,133,38); }
td.TdClassName
{
border-color: #C08526;
}
.TagClassName
{
border-color: #C08526;
}
</style>