Shades of Geebung #C28128
Tints of Geebung #C28128
RGB
CMYK
RGB Variations
Color information
#C28128 (or 0xC28128) is known color: Geebung. HEX triplet: C2, 81 and 28. RGB value is (194,129,40). Sum of RGB (Red+Green+Blue) = 194+129+40=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C28128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28128 is #3D7ED7. Grayscale: #8A8A8A. Windows color (decimal): -4030168 or 2654658. OLE color: 2654658.
HSL color Cylindrical-coordinate representation of color #C28128: hue angle of 34.68º 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 #C28128 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 40 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.24 |
| HSL | 34.68º | 0.66% | 0.46% | - |
| HSV(B) | 34.68º | 0.79% | 0.76% | - |
| XYZ | 30.48 | 27.32 | 5.67 | - |
| YUV | 138.29 | 72.53 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 40 | 0 | 0.34 | 0.79 | 0.24 | 34.68 | 0.66 | 0.46 |
| Hex | C2 | 81 | 28 | 0 | 22 | 4F | 18 | 23 | 42 | 2E |
| Octal | 302 | 201 | 50 | 0 | 42 | 117 | 30 | 43 | 102 | 56 |
| Binary | 11000010 | 10000001 | 101000 | 0 | 100010 | 1001111 | 11000 | 100011 | 1000010 | 101110 |
Color Harmonies of #C28128
Complementary color
Monochromatic Colors of #C28128
Black with #C28128
Text Example
Text Example
White with #C28128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28128; }
p { color: rgb(194,129,40); }
H1.HeaderClassName
{
color: #C28128;
}
.AnyTagClassName
{
color: #C28128;
}
</style>
background-color css
<style>
a { background-color: #C28128; }
a { background-color: rgb(194,129,40); }
div.DivClassName
{
background-color: #C28128;
}
.BgClassName
{
background-color: #C28128;
}
</style>
border-color css
<style>
span { border-color: #C28128; }
span { border-color: rgb(194,129,40); }
td.TdClassName
{
border-color: #C28128;
}
.TagClassName
{
border-color: #C28128;
}
</style>