Shades of Geebung #C18626
Tints of Geebung #C18626
RGB
CMYK
RGB Variations
Color information
#C18626 (or 0xC18626) is known color: Geebung. HEX triplet: C1, 86 and 26. RGB value is (193,134,38). Sum of RGB (Red+Green+Blue) = 193+134+38=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C18626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18626 is #3E79D9. Grayscale: #8D8D8D. Windows color (decimal): -4094426 or 2524865. OLE color: 2524865.
HSL color Cylindrical-coordinate representation of color #C18626: hue angle of 37.16º 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 #C18626 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 38 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.24 |
| HSL | 37.16º | 0.67% | 0.45% | - |
| HSV(B) | 37.16º | 0.8% | 0.76% | - |
| XYZ | 30.87 | 28.53 | 5.71 | - |
| YUV | 140.7 | 70.05 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 38 | 0 | 0.31 | 0.80 | 0.24 | 37.16 | 0.67 | 0.45 |
| Hex | C1 | 86 | 26 | 0 | 1F | 50 | 18 | 25 | 43 | 2D |
| Octal | 301 | 206 | 46 | 0 | 37 | 120 | 30 | 45 | 103 | 55 |
| Binary | 11000001 | 10000110 | 100110 | 0 | 11111 | 1010000 | 11000 | 100101 | 1000011 | 101101 |
Color Harmonies of #C18626
Complementary color
Monochromatic Colors of #C18626
Black with #C18626
Text Example
Text Example
White with #C18626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18626; }
p { color: rgb(193,134,38); }
H1.HeaderClassName
{
color: #C18626;
}
.AnyTagClassName
{
color: #C18626;
}
</style>
background-color css
<style>
a { background-color: #C18626; }
a { background-color: rgb(193,134,38); }
div.DivClassName
{
background-color: #C18626;
}
.BgClassName
{
background-color: #C18626;
}
</style>
border-color css
<style>
span { border-color: #C18626; }
span { border-color: rgb(193,134,38); }
td.TdClassName
{
border-color: #C18626;
}
.TagClassName
{
border-color: #C18626;
}
</style>