Shades of Geebung #C18234
Tints of Geebung #C18234
RGB
CMYK
RGB Variations
Color information
#C18234 (or 0xC18234) is known color: Geebung. HEX triplet: C1, 82 and 34. RGB value is (193,130,52). Sum of RGB (Red+Green+Blue) = 193+130+52=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C18234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18234 is #3E7DCB. Grayscale: #8C8C8C. Windows color (decimal): -4095436 or 3441345. OLE color: 3441345.
HSL color Cylindrical-coordinate representation of color #C18234: hue angle of 33.19º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C18234 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 52 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.24 |
| HSL | 33.19º | 0.58% | 0.48% | - |
| HSV(B) | 33.19º | 0.73% | 0.76% | - |
| XYZ | 30.59 | 27.55 | 6.95 | - |
| YUV | 139.95 | 78.37 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 52 | 0 | 0.33 | 0.73 | 0.24 | 33.19 | 0.58 | 0.48 |
| Hex | C1 | 82 | 34 | 0 | 21 | 49 | 18 | 21 | 3A | 30 |
| Octal | 301 | 202 | 64 | 0 | 41 | 111 | 30 | 41 | 72 | 60 |
| Binary | 11000001 | 10000010 | 110100 | 0 | 100001 | 1001001 | 11000 | 100001 | 111010 | 110000 |
Color Harmonies of #C18234
Complementary color
Monochromatic Colors of #C18234
Black with #C18234
Text Example
Text Example
White with #C18234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18234; }
p { color: rgb(193,130,52); }
H1.HeaderClassName
{
color: #C18234;
}
.AnyTagClassName
{
color: #C18234;
}
</style>
background-color css
<style>
a { background-color: #C18234; }
a { background-color: rgb(193,130,52); }
div.DivClassName
{
background-color: #C18234;
}
.BgClassName
{
background-color: #C18234;
}
</style>
border-color css
<style>
span { border-color: #C18234; }
span { border-color: rgb(193,130,52); }
td.TdClassName
{
border-color: #C18234;
}
.TagClassName
{
border-color: #C18234;
}
</style>