Shades of Geebung #C18927
Tints of Geebung #C18927
RGB
CMYK
RGB Variations
Color information
#C18927 (or 0xC18927) is known color: Geebung. HEX triplet: C1, 89 and 27. RGB value is (193,137,39). Sum of RGB (Red+Green+Blue) = 193+137+39=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 39 (15.62% from 255 or 10.57% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C18927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18927 is #3E76D8. Grayscale: #8F8F8F. Windows color (decimal): -4093657 or 2591169. OLE color: 2591169.
HSL color Cylindrical-coordinate representation of color #C18927: hue angle of 38.18º degrees, saturation: 0.66, 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 #C18927 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 39 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.24 |
| HSL | 38.18º | 0.66% | 0.45% | - |
| HSV(B) | 38.18º | 0.8% | 0.76% | - |
| XYZ | 31.3 | 29.38 | 5.94 | - |
| YUV | 142.57 | 69.55 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 39 | 0 | 0.29 | 0.80 | 0.24 | 38.18 | 0.66 | 0.45 |
| Hex | C1 | 89 | 27 | 0 | 1D | 50 | 18 | 26 | 42 | 2D |
| Octal | 301 | 211 | 47 | 0 | 35 | 120 | 30 | 46 | 102 | 55 |
| Binary | 11000001 | 10001001 | 100111 | 0 | 11101 | 1010000 | 11000 | 100110 | 1000010 | 101101 |
Color Harmonies of #C18927
Complementary color
Monochromatic Colors of #C18927
Black with #C18927
Text Example
Text Example
White with #C18927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18927; }
p { color: rgb(193,137,39); }
H1.HeaderClassName
{
color: #C18927;
}
.AnyTagClassName
{
color: #C18927;
}
</style>
background-color css
<style>
a { background-color: #C18927; }
a { background-color: rgb(193,137,39); }
div.DivClassName
{
background-color: #C18927;
}
.BgClassName
{
background-color: #C18927;
}
</style>
border-color css
<style>
span { border-color: #C18927; }
span { border-color: rgb(193,137,39); }
td.TdClassName
{
border-color: #C18927;
}
.TagClassName
{
border-color: #C18927;
}
</style>