Shades of Geebung #C98129
Tints of Geebung #C98129
RGB
CMYK
RGB Variations
Color information
#C98129 (or 0xC98129) is known color: Geebung. HEX triplet: C9, 81 and 29. RGB value is (201,129,41). Sum of RGB (Red+Green+Blue) = 201+129+41=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 41 (16.41% from 255 or 11.05% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C98129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98129 is #367ED6. Grayscale: #8C8C8C. Windows color (decimal): -3571415 or 2720201. OLE color: 2720201.
HSL color Cylindrical-coordinate representation of color #C98129: hue angle of 33º degrees, saturation: 0.66, 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 #C98129 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 41 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.21 |
| HSL | 33º | 0.66% | 0.47% | - |
| HSV(B) | 33º | 0.8% | 0.79% | - |
| XYZ | 32.34 | 28.28 | 5.85 | - |
| YUV | 140.5 | 71.85 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 41 | 0 | 0.36 | 0.80 | 0.21 | 33 | 0.66 | 0.47 |
| Hex | C9 | 81 | 29 | 0 | 24 | 50 | 15 | 21 | 42 | 2F |
| Octal | 311 | 201 | 51 | 0 | 44 | 120 | 25 | 41 | 102 | 57 |
| Binary | 11001001 | 10000001 | 101001 | 0 | 100100 | 1010000 | 10101 | 100001 | 1000010 | 101111 |
Color Harmonies of #C98129
Complementary color
Monochromatic Colors of #C98129
Black with #C98129
Text Example
Text Example
White with #C98129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98129; }
p { color: rgb(201,129,41); }
H1.HeaderClassName
{
color: #C98129;
}
.AnyTagClassName
{
color: #C98129;
}
</style>
background-color css
<style>
a { background-color: #C98129; }
a { background-color: rgb(201,129,41); }
div.DivClassName
{
background-color: #C98129;
}
.BgClassName
{
background-color: #C98129;
}
</style>
border-color css
<style>
span { border-color: #C98129; }
span { border-color: rgb(201,129,41); }
td.TdClassName
{
border-color: #C98129;
}
.TagClassName
{
border-color: #C98129;
}
</style>