Shades of Geebung #C08234
Tints of Geebung #C08234
RGB
CMYK
RGB Variations
Color information
#C08234 (or 0xC08234) is known color: Geebung. HEX triplet: C0, 82 and 34. RGB value is (192,130,52). Sum of RGB (Red+Green+Blue) = 192+130+52=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C08234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08234 is #3F7DCB. Grayscale: #8C8C8C. Windows color (decimal): -4160972 or 3441344. OLE color: 3441344.
HSL color Cylindrical-coordinate representation of color #C08234: hue angle of 33.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C08234 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 52 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.25 |
| HSL | 33.43º | 0.57% | 0.48% | - |
| HSV(B) | 33.43º | 0.73% | 0.75% | - |
| XYZ | 30.34 | 27.42 | 6.94 | - |
| YUV | 139.65 | 78.54 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 52 | 0 | 0.32 | 0.73 | 0.25 | 33.43 | 0.57 | 0.48 |
| Hex | C0 | 82 | 34 | 0 | 20 | 49 | 19 | 21 | 39 | 30 |
| Octal | 300 | 202 | 64 | 0 | 40 | 111 | 31 | 41 | 71 | 60 |
| Binary | 11000000 | 10000010 | 110100 | 0 | 100000 | 1001001 | 11001 | 100001 | 111001 | 110000 |
Color Harmonies of #C08234
Complementary color
Monochromatic Colors of #C08234
Black with #C08234
Text Example
Text Example
White with #C08234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08234; }
p { color: rgb(192,130,52); }
H1.HeaderClassName
{
color: #C08234;
}
.AnyTagClassName
{
color: #C08234;
}
</style>
background-color css
<style>
a { background-color: #C08234; }
a { background-color: rgb(192,130,52); }
div.DivClassName
{
background-color: #C08234;
}
.BgClassName
{
background-color: #C08234;
}
</style>
border-color css
<style>
span { border-color: #C08234; }
span { border-color: rgb(192,130,52); }
td.TdClassName
{
border-color: #C08234;
}
.TagClassName
{
border-color: #C08234;
}
</style>