Shades of Geebung #C9882B
Tints of Geebung #C9882B
RGB
CMYK
RGB Variations
Color information
#C9882B (or 0xC9882B) is known color: Geebung. HEX triplet: C9, 88 and 2B. RGB value is (201,136,43). Sum of RGB (Red+Green+Blue) = 201+136+43=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C9882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9882B is #3677D4. Grayscale: #919191. Windows color (decimal): -3569621 or 2853065. OLE color: 2853065.
HSL color Cylindrical-coordinate representation of color #C9882B: hue angle of 35.32º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9882B is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 43 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.21 |
| HSL | 35.32º | 0.65% | 0.48% | - |
| HSV(B) | 35.32º | 0.79% | 0.79% | - |
| XYZ | 33.33 | 30.2 | 6.36 | - |
| YUV | 144.83 | 70.53 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 43 | 0 | 0.32 | 0.79 | 0.21 | 35.32 | 0.65 | 0.48 |
| Hex | C9 | 88 | 2B | 0 | 20 | 4F | 15 | 23 | 41 | 30 |
| Octal | 311 | 210 | 53 | 0 | 40 | 117 | 25 | 43 | 101 | 60 |
| Binary | 11001001 | 10001000 | 101011 | 0 | 100000 | 1001111 | 10101 | 100011 | 1000001 | 110000 |
Color Harmonies of #C9882B
Complementary color
Monochromatic Colors of #C9882B
Black with #C9882B
Text Example
Text Example
White with #C9882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9882B; }
p { color: rgb(201,136,43); }
H1.HeaderClassName
{
color: #C9882B;
}
.AnyTagClassName
{
color: #C9882B;
}
</style>
background-color css
<style>
a { background-color: #C9882B; }
a { background-color: rgb(201,136,43); }
div.DivClassName
{
background-color: #C9882B;
}
.BgClassName
{
background-color: #C9882B;
}
</style>
border-color css
<style>
span { border-color: #C9882B; }
span { border-color: rgb(201,136,43); }
td.TdClassName
{
border-color: #C9882B;
}
.TagClassName
{
border-color: #C9882B;
}
</style>