Shades of Geebung #C98128
Tints of Geebung #C98128
RGB
CMYK
RGB Variations
Color information
#C98128 (or 0xC98128) is known color: Geebung. HEX triplet: C9, 81 and 28. RGB value is (201,129,40). Sum of RGB (Red+Green+Blue) = 201+129+40=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C98128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98128 is #367ED7. Grayscale: #8C8C8C. Windows color (decimal): -3571416 or 2654665. OLE color: 2654665.
HSL color Cylindrical-coordinate representation of color #C98128: hue angle of 33.17º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C98128 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 40 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.21 |
| HSL | 33.17º | 0.67% | 0.47% | - |
| HSV(B) | 33.17º | 0.8% | 0.79% | - |
| XYZ | 32.32 | 28.27 | 5.76 | - |
| YUV | 140.38 | 71.35 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 40 | 0 | 0.36 | 0.80 | 0.21 | 33.17 | 0.67 | 0.47 |
| Hex | C9 | 81 | 28 | 0 | 24 | 50 | 15 | 21 | 43 | 2F |
| Octal | 311 | 201 | 50 | 0 | 44 | 120 | 25 | 41 | 103 | 57 |
| Binary | 11001001 | 10000001 | 101000 | 0 | 100100 | 1010000 | 10101 | 100001 | 1000011 | 101111 |
Color Harmonies of #C98128
Complementary color
Monochromatic Colors of #C98128
Black with #C98128
Text Example
Text Example
White with #C98128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98128; }
p { color: rgb(201,129,40); }
H1.HeaderClassName
{
color: #C98128;
}
.AnyTagClassName
{
color: #C98128;
}
</style>
background-color css
<style>
a { background-color: #C98128; }
a { background-color: rgb(201,129,40); }
div.DivClassName
{
background-color: #C98128;
}
.BgClassName
{
background-color: #C98128;
}
</style>
border-color css
<style>
span { border-color: #C98128; }
span { border-color: rgb(201,129,40); }
td.TdClassName
{
border-color: #C98128;
}
.TagClassName
{
border-color: #C98128;
}
</style>