Shades of Geebung #C9871E
Tints of Geebung #C9871E
RGB
CMYK
RGB Variations
Color information
#C9871E (or 0xC9871E) is known color: Geebung. HEX triplet: C9, 87 and 1E. RGB value is (201,135,30). Sum of RGB (Red+Green+Blue) = 201+135+30=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C9871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9871E is #3678E1. Grayscale: #8F8F8F. Windows color (decimal): -3569890 or 2000841. OLE color: 2000841.
HSL color Cylindrical-coordinate representation of color #C9871E: hue angle of 36.84º 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 #C9871E is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 30 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.21 |
| HSL | 36.84º | 0.74% | 0.45% | - |
| HSV(B) | 36.84º | 0.85% | 0.79% | - |
| XYZ | 32.99 | 29.84 | 5.25 | - |
| YUV | 142.76 | 64.37 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 30 | 0 | 0.33 | 0.85 | 0.21 | 36.84 | 0.74 | 0.45 |
| Hex | C9 | 87 | 1E | 0 | 21 | 55 | 15 | 25 | 4A | 2D |
| Octal | 311 | 207 | 36 | 0 | 41 | 125 | 25 | 45 | 112 | 55 |
| Binary | 11001001 | 10000111 | 11110 | 0 | 100001 | 1010101 | 10101 | 100101 | 1001010 | 101101 |
Color Harmonies of #C9871E
Complementary color
Monochromatic Colors of #C9871E
Black with #C9871E
Text Example
Text Example
White with #C9871E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9871E; }
p { color: rgb(201,135,30); }
H1.HeaderClassName
{
color: #C9871E;
}
.AnyTagClassName
{
color: #C9871E;
}
</style>
background-color css
<style>
a { background-color: #C9871E; }
a { background-color: rgb(201,135,30); }
div.DivClassName
{
background-color: #C9871E;
}
.BgClassName
{
background-color: #C9871E;
}
</style>
border-color css
<style>
span { border-color: #C9871E; }
span { border-color: rgb(201,135,30); }
td.TdClassName
{
border-color: #C9871E;
}
.TagClassName
{
border-color: #C9871E;
}
</style>