Shades of Geebung #C9881F
Tints of Geebung #C9881F
RGB
CMYK
RGB Variations
Color information
#C9881F (or 0xC9881F) is known color: Geebung. HEX triplet: C9, 88 and 1F. RGB value is (201,136,31). Sum of RGB (Red+Green+Blue) = 201+136+31=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C9881F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9881F is #3677E0. Grayscale: #8F8F8F. Windows color (decimal): -3569633 or 2066633. OLE color: 2066633.
HSL color Cylindrical-coordinate representation of color #C9881F: hue angle of 37.06º degrees, saturation: 0.73, 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 #C9881F is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 31 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.21 |
| HSL | 37.06º | 0.73% | 0.45% | - |
| HSV(B) | 37.06º | 0.85% | 0.79% | - |
| XYZ | 33.14 | 30.12 | 5.36 | - |
| YUV | 143.47 | 64.53 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 31 | 0 | 0.32 | 0.85 | 0.21 | 37.06 | 0.73 | 0.45 |
| Hex | C9 | 88 | 1F | 0 | 20 | 55 | 15 | 25 | 49 | 2D |
| Octal | 311 | 210 | 37 | 0 | 40 | 125 | 25 | 45 | 111 | 55 |
| Binary | 11001001 | 10001000 | 11111 | 0 | 100000 | 1010101 | 10101 | 100101 | 1001001 | 101101 |
Color Harmonies of #C9881F
Complementary color
Monochromatic Colors of #C9881F
Black with #C9881F
Text Example
Text Example
White with #C9881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9881F; }
p { color: rgb(201,136,31); }
H1.HeaderClassName
{
color: #C9881F;
}
.AnyTagClassName
{
color: #C9881F;
}
</style>
background-color css
<style>
a { background-color: #C9881F; }
a { background-color: rgb(201,136,31); }
div.DivClassName
{
background-color: #C9881F;
}
.BgClassName
{
background-color: #C9881F;
}
</style>
border-color css
<style>
span { border-color: #C9881F; }
span { border-color: rgb(201,136,31); }
td.TdClassName
{
border-color: #C9881F;
}
.TagClassName
{
border-color: #C9881F;
}
</style>