Shades of Geebung #C98828
Tints of Geebung #C98828
RGB
CMYK
RGB Variations
Color information
#C98828 (or 0xC98828) is known color: Geebung. HEX triplet: C9, 88 and 28. RGB value is (201,136,40). Sum of RGB (Red+Green+Blue) = 201+136+40=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C98828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98828 is #3677D7. Grayscale: #909090. Windows color (decimal): -3569624 or 2656457. OLE color: 2656457.
HSL color Cylindrical-coordinate representation of color #C98828: hue angle of 35.78º degrees, saturation: 0.67, 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 #C98828 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 40 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.21 |
| HSL | 35.78º | 0.67% | 0.47% | - |
| HSV(B) | 35.78º | 0.8% | 0.79% | - |
| XYZ | 33.27 | 30.18 | 6.08 | - |
| YUV | 144.49 | 69.03 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 40 | 0 | 0.32 | 0.80 | 0.21 | 35.78 | 0.67 | 0.47 |
| Hex | C9 | 88 | 28 | 0 | 20 | 50 | 15 | 24 | 43 | 2F |
| Octal | 311 | 210 | 50 | 0 | 40 | 120 | 25 | 44 | 103 | 57 |
| Binary | 11001001 | 10001000 | 101000 | 0 | 100000 | 1010000 | 10101 | 100100 | 1000011 | 101111 |
Color Harmonies of #C98828
Complementary color
Monochromatic Colors of #C98828
Black with #C98828
Text Example
Text Example
White with #C98828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98828; }
p { color: rgb(201,136,40); }
H1.HeaderClassName
{
color: #C98828;
}
.AnyTagClassName
{
color: #C98828;
}
</style>
background-color css
<style>
a { background-color: #C98828; }
a { background-color: rgb(201,136,40); }
div.DivClassName
{
background-color: #C98828;
}
.BgClassName
{
background-color: #C98828;
}
</style>
border-color css
<style>
span { border-color: #C98828; }
span { border-color: rgb(201,136,40); }
td.TdClassName
{
border-color: #C98828;
}
.TagClassName
{
border-color: #C98828;
}
</style>