Shades of Geebung #C98A1E
Tints of Geebung #C98A1E
RGB
CMYK
RGB Variations
Color information
#C98A1E (or 0xC98A1E) is known color: Geebung. HEX triplet: C9, 8A and 1E. RGB value is (201,138,30). Sum of RGB (Red+Green+Blue) = 201+138+30=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98A1E is #3675E1. Grayscale: #919191. Windows color (decimal): -3569122 or 2001609. OLE color: 2001609.
HSL color Cylindrical-coordinate representation of color #C98A1E: hue angle of 37.89º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C98A1E is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 30 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.21 |
| HSL | 37.89º | 0.74% | 0.45% | - |
| HSV(B) | 37.89º | 0.85% | 0.79% | - |
| XYZ | 33.41 | 30.69 | 5.39 | - |
| YUV | 144.53 | 63.37 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 30 | 0 | 0.31 | 0.85 | 0.21 | 37.89 | 0.74 | 0.45 |
| Hex | C9 | 8A | 1E | 0 | 1F | 55 | 15 | 26 | 4A | 2D |
| Octal | 311 | 212 | 36 | 0 | 37 | 125 | 25 | 46 | 112 | 55 |
| Binary | 11001001 | 10001010 | 11110 | 0 | 11111 | 1010101 | 10101 | 100110 | 1001010 | 101101 |
Color Harmonies of #C98A1E
Complementary color
Monochromatic Colors of #C98A1E
Black with #C98A1E
Text Example
Text Example
White with #C98A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98A1E; }
p { color: rgb(201,138,30); }
H1.HeaderClassName
{
color: #C98A1E;
}
.AnyTagClassName
{
color: #C98A1E;
}
</style>
background-color css
<style>
a { background-color: #C98A1E; }
a { background-color: rgb(201,138,30); }
div.DivClassName
{
background-color: #C98A1E;
}
.BgClassName
{
background-color: #C98A1E;
}
</style>
border-color css
<style>
span { border-color: #C98A1E; }
span { border-color: rgb(201,138,30); }
td.TdClassName
{
border-color: #C98A1E;
}
.TagClassName
{
border-color: #C98A1E;
}
</style>