Shades of Geebung #C18426
Tints of Geebung #C18426
RGB
CMYK
RGB Variations
Color information
#C18426 (or 0xC18426) is known color: Geebung. HEX triplet: C1, 84 and 26. RGB value is (193,132,38). Sum of RGB (Red+Green+Blue) = 193+132+38=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C18426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18426 is #3E7BD9. Grayscale: #8B8B8B. Windows color (decimal): -4094938 or 2524353. OLE color: 2524353.
HSL color Cylindrical-coordinate representation of color #C18426: hue angle of 36.39º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C18426 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 38 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.24 |
| HSL | 36.39º | 0.67% | 0.45% | - |
| HSV(B) | 36.39º | 0.8% | 0.76% | - |
| XYZ | 30.59 | 27.98 | 5.62 | - |
| YUV | 139.52 | 70.71 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 38 | 0 | 0.32 | 0.80 | 0.24 | 36.39 | 0.67 | 0.45 |
| Hex | C1 | 84 | 26 | 0 | 20 | 50 | 18 | 24 | 43 | 2D |
| Octal | 301 | 204 | 46 | 0 | 40 | 120 | 30 | 44 | 103 | 55 |
| Binary | 11000001 | 10000100 | 100110 | 0 | 100000 | 1010000 | 11000 | 100100 | 1000011 | 101101 |
Color Harmonies of #C18426
Complementary color
Monochromatic Colors of #C18426
Black with #C18426
Text Example
Text Example
White with #C18426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18426; }
p { color: rgb(193,132,38); }
H1.HeaderClassName
{
color: #C18426;
}
.AnyTagClassName
{
color: #C18426;
}
</style>
background-color css
<style>
a { background-color: #C18426; }
a { background-color: rgb(193,132,38); }
div.DivClassName
{
background-color: #C18426;
}
.BgClassName
{
background-color: #C18426;
}
</style>
border-color css
<style>
span { border-color: #C18426; }
span { border-color: rgb(193,132,38); }
td.TdClassName
{
border-color: #C18426;
}
.TagClassName
{
border-color: #C18426;
}
</style>