Shades of Geebung #C88425
Tints of Geebung #C88425
RGB
CMYK
RGB Variations
Color information
#C88425 (or 0xC88425) is known color: Geebung. HEX triplet: C8, 84 and 25. RGB value is (200,132,37). Sum of RGB (Red+Green+Blue) = 200+132+37=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C88425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88425 is #377BDA. Grayscale: #8D8D8D. Windows color (decimal): -3636187 or 2458824. OLE color: 2458824.
HSL color Cylindrical-coordinate representation of color #C88425: hue angle of 34.97º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C88425 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 37 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.22 |
| HSL | 34.97º | 0.69% | 0.46% | - |
| HSV(B) | 34.97º | 0.82% | 0.78% | - |
| XYZ | 32.4 | 28.92 | 5.62 | - |
| YUV | 141.5 | 69.03 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 37 | 0 | 0.34 | 0.82 | 0.22 | 34.97 | 0.69 | 0.46 |
| Hex | C8 | 84 | 25 | 0 | 22 | 52 | 16 | 23 | 45 | 2E |
| Octal | 310 | 204 | 45 | 0 | 42 | 122 | 26 | 43 | 105 | 56 |
| Binary | 11001000 | 10000100 | 100101 | 0 | 100010 | 1010010 | 10110 | 100011 | 1000101 | 101110 |
Color Harmonies of #C88425
Complementary color
Monochromatic Colors of #C88425
Black with #C88425
Text Example
Text Example
White with #C88425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88425; }
p { color: rgb(200,132,37); }
H1.HeaderClassName
{
color: #C88425;
}
.AnyTagClassName
{
color: #C88425;
}
</style>
background-color css
<style>
a { background-color: #C88425; }
a { background-color: rgb(200,132,37); }
div.DivClassName
{
background-color: #C88425;
}
.BgClassName
{
background-color: #C88425;
}
</style>
border-color css
<style>
span { border-color: #C88425; }
span { border-color: rgb(200,132,37); }
td.TdClassName
{
border-color: #C88425;
}
.TagClassName
{
border-color: #C88425;
}
</style>