Shades of Geebung #C98228
Tints of Geebung #C98228
RGB
CMYK
RGB Variations
Color information
#C98228 (or 0xC98228) is known color: Geebung. HEX triplet: C9, 82 and 28. RGB value is (201,130,40). Sum of RGB (Red+Green+Blue) = 201+130+40=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C98228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98228 is #367DD7. Grayscale: #8D8D8D. Windows color (decimal): -3571160 or 2654921. OLE color: 2654921.
HSL color Cylindrical-coordinate representation of color #C98228: hue angle of 33.54º 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 #C98228 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 40 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.21 |
| HSL | 33.54º | 0.67% | 0.47% | - |
| HSV(B) | 33.54º | 0.8% | 0.79% | - |
| XYZ | 32.45 | 28.54 | 5.81 | - |
| YUV | 140.97 | 71.02 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 40 | 0 | 0.35 | 0.80 | 0.21 | 33.54 | 0.67 | 0.47 |
| Hex | C9 | 82 | 28 | 0 | 23 | 50 | 15 | 22 | 43 | 2F |
| Octal | 311 | 202 | 50 | 0 | 43 | 120 | 25 | 42 | 103 | 57 |
| Binary | 11001001 | 10000010 | 101000 | 0 | 100011 | 1010000 | 10101 | 100010 | 1000011 | 101111 |
Color Harmonies of #C98228
Complementary color
Monochromatic Colors of #C98228
Black with #C98228
Text Example
Text Example
White with #C98228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98228; }
p { color: rgb(201,130,40); }
H1.HeaderClassName
{
color: #C98228;
}
.AnyTagClassName
{
color: #C98228;
}
</style>
background-color css
<style>
a { background-color: #C98228; }
a { background-color: rgb(201,130,40); }
div.DivClassName
{
background-color: #C98228;
}
.BgClassName
{
background-color: #C98228;
}
</style>
border-color css
<style>
span { border-color: #C98228; }
span { border-color: rgb(201,130,40); }
td.TdClassName
{
border-color: #C98228;
}
.TagClassName
{
border-color: #C98228;
}
</style>