Shades of Geebung #C18128
Tints of Geebung #C18128
RGB
CMYK
RGB Variations
Color information
#C18128 (or 0xC18128) is known color: Geebung. HEX triplet: C1, 81 and 28. RGB value is (193,129,40). Sum of RGB (Red+Green+Blue) = 193+129+40=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C18128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18128 is #3E7ED7. Grayscale: #8A8A8A. Windows color (decimal): -4095704 or 2654657. OLE color: 2654657.
HSL color Cylindrical-coordinate representation of color #C18128: hue angle of 34.9º degrees, saturation: 0.66, 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 #C18128 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 40 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.24 |
| HSL | 34.9º | 0.66% | 0.46% | - |
| HSV(B) | 34.9º | 0.79% | 0.76% | - |
| XYZ | 30.23 | 27.19 | 5.66 | - |
| YUV | 137.99 | 72.7 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 40 | 0 | 0.33 | 0.79 | 0.24 | 34.9 | 0.66 | 0.46 |
| Hex | C1 | 81 | 28 | 0 | 21 | 4F | 18 | 23 | 42 | 2E |
| Octal | 301 | 201 | 50 | 0 | 41 | 117 | 30 | 43 | 102 | 56 |
| Binary | 11000001 | 10000001 | 101000 | 0 | 100001 | 1001111 | 11000 | 100011 | 1000010 | 101110 |
Color Harmonies of #C18128
Complementary color
Monochromatic Colors of #C18128
Black with #C18128
Text Example
Text Example
White with #C18128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18128; }
p { color: rgb(193,129,40); }
H1.HeaderClassName
{
color: #C18128;
}
.AnyTagClassName
{
color: #C18128;
}
</style>
background-color css
<style>
a { background-color: #C18128; }
a { background-color: rgb(193,129,40); }
div.DivClassName
{
background-color: #C18128;
}
.BgClassName
{
background-color: #C18128;
}
</style>
border-color css
<style>
span { border-color: #C18128; }
span { border-color: rgb(193,129,40); }
td.TdClassName
{
border-color: #C18128;
}
.TagClassName
{
border-color: #C18128;
}
</style>