Shades of Geebung #C98C29
Tints of Geebung #C98C29
RGB
CMYK
RGB Variations
Color information
#C98C29 (or 0xC98C29) is known color: Geebung. HEX triplet: C9, 8C and 29. RGB value is (201,140,41). Sum of RGB (Red+Green+Blue) = 201+140+41=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 41 (16.41% from 255 or 10.73% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98C29 is #3673D6. Grayscale: #939393. Windows color (decimal): -3568599 or 2723017. OLE color: 2723017.
HSL color Cylindrical-coordinate representation of color #C98C29: hue angle of 37.12º 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 #C98C29 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 41 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.21 |
| HSL | 37.13º | 0.66% | 0.47% | - |
| HSV(B) | 37.13º | 0.8% | 0.79% | - |
| XYZ | 33.87 | 31.33 | 6.36 | - |
| YUV | 146.95 | 68.21 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 41 | 0 | 0.30 | 0.80 | 0.21 | 37.13 | 0.66 | 0.47 |
| Hex | C9 | 8C | 29 | 0 | 1E | 50 | 15 | 25 | 42 | 2F |
| Octal | 311 | 214 | 51 | 0 | 36 | 120 | 25 | 45 | 102 | 57 |
| Binary | 11001001 | 10001100 | 101001 | 0 | 11110 | 1010000 | 10101 | 100101 | 1000010 | 101111 |
Color Harmonies of #C98C29
Complementary color
Monochromatic Colors of #C98C29
Black with #C98C29
Text Example
Text Example
White with #C98C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98C29; }
p { color: rgb(201,140,41); }
H1.HeaderClassName
{
color: #C98C29;
}
.AnyTagClassName
{
color: #C98C29;
}
</style>
background-color css
<style>
a { background-color: #C98C29; }
a { background-color: rgb(201,140,41); }
div.DivClassName
{
background-color: #C98C29;
}
.BgClassName
{
background-color: #C98C29;
}
</style>
border-color css
<style>
span { border-color: #C98C29; }
span { border-color: rgb(201,140,41); }
td.TdClassName
{
border-color: #C98C29;
}
.TagClassName
{
border-color: #C98C29;
}
</style>