Shades of Geebung #CC8224
Tints of Geebung #CC8224
RGB
CMYK
RGB Variations
Color information
#CC8224 (or 0xCC8224) is known color: Geebung. HEX triplet: CC, 82 and 24. RGB value is (204,130,36). Sum of RGB (Red+Green+Blue) = 204+130+36=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 36 (14.45% from 255 or 9.73% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8224 is #337DDB. Grayscale: #8D8D8D. Windows color (decimal): -3374556 or 2392780. OLE color: 2392780.
HSL color Cylindrical-coordinate representation of color #CC8224: hue angle of 33.57º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC8224 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 36 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.2 |
| HSL | 33.57º | 0.7% | 0.47% | - |
| HSV(B) | 33.57º | 0.82% | 0.8% | - |
| XYZ | 33.2 | 28.93 | 5.5 | - |
| YUV | 141.41 | 68.52 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 36 | 0 | 0.36 | 0.82 | 0.2 | 33.57 | 0.7 | 0.47 |
| Hex | CC | 82 | 24 | 0 | 24 | 52 | 14 | 22 | 46 | 2F |
| Octal | 314 | 202 | 44 | 0 | 44 | 122 | 24 | 42 | 106 | 57 |
| Binary | 11001100 | 10000010 | 100100 | 0 | 100100 | 1010010 | 10100 | 100010 | 1000110 | 101111 |
Color Harmonies of #CC8224
Complementary color
Monochromatic Colors of #CC8224
Black with #CC8224
Text Example
Text Example
White with #CC8224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8224; }
p { color: rgb(204,130,36); }
H1.HeaderClassName
{
color: #CC8224;
}
.AnyTagClassName
{
color: #CC8224;
}
</style>
background-color css
<style>
a { background-color: #CC8224; }
a { background-color: rgb(204,130,36); }
div.DivClassName
{
background-color: #CC8224;
}
.BgClassName
{
background-color: #CC8224;
}
</style>
border-color css
<style>
span { border-color: #CC8224; }
span { border-color: rgb(204,130,36); }
td.TdClassName
{
border-color: #CC8224;
}
.TagClassName
{
border-color: #CC8224;
}
</style>