Shades of Geebung #C18229
Tints of Geebung #C18229
RGB
CMYK
RGB Variations
Color information
#C18229 (or 0xC18229) is known color: Geebung. HEX triplet: C1, 82 and 29. RGB value is (193,130,41). Sum of RGB (Red+Green+Blue) = 193+130+41=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C18229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18229 is #3E7DD6. Grayscale: #8B8B8B. Windows color (decimal): -4095447 or 2720449. OLE color: 2720449.
HSL color Cylindrical-coordinate representation of color #C18229: hue angle of 35.13º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C18229 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 41 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.24 |
| HSL | 35.13º | 0.65% | 0.46% | - |
| HSV(B) | 35.13º | 0.79% | 0.76% | - |
| XYZ | 30.38 | 27.46 | 5.8 | - |
| YUV | 138.69 | 72.87 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 41 | 0 | 0.33 | 0.79 | 0.24 | 35.13 | 0.65 | 0.46 |
| Hex | C1 | 82 | 29 | 0 | 21 | 4F | 18 | 23 | 41 | 2E |
| Octal | 301 | 202 | 51 | 0 | 41 | 117 | 30 | 43 | 101 | 56 |
| Binary | 11000001 | 10000010 | 101001 | 0 | 100001 | 1001111 | 11000 | 100011 | 1000001 | 101110 |
Color Harmonies of #C18229
Complementary color
Monochromatic Colors of #C18229
Black with #C18229
Text Example
Text Example
White with #C18229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18229; }
p { color: rgb(193,130,41); }
H1.HeaderClassName
{
color: #C18229;
}
.AnyTagClassName
{
color: #C18229;
}
</style>
background-color css
<style>
a { background-color: #C18229; }
a { background-color: rgb(193,130,41); }
div.DivClassName
{
background-color: #C18229;
}
.BgClassName
{
background-color: #C18229;
}
</style>
border-color css
<style>
span { border-color: #C18229; }
span { border-color: rgb(193,130,41); }
td.TdClassName
{
border-color: #C18229;
}
.TagClassName
{
border-color: #C18229;
}
</style>