Shades of Geebung #CC8428
Tints of Geebung #CC8428
RGB
CMYK
RGB Variations
Color information
#CC8428 (or 0xCC8428) is known color: Geebung. HEX triplet: CC, 84 and 28. RGB value is (204,132,40). Sum of RGB (Red+Green+Blue) = 204+132+40=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8428 is #337BD7. Grayscale: #8F8F8F. Windows color (decimal): -3374040 or 2655436. OLE color: 2655436.
HSL color Cylindrical-coordinate representation of color #CC8428: hue angle of 33.66º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC8428 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 40 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.2 |
| HSL | 33.66º | 0.67% | 0.48% | - |
| HSV(B) | 33.66º | 0.8% | 0.8% | - |
| XYZ | 33.54 | 29.49 | 5.93 | - |
| YUV | 143.04 | 69.85 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 40 | 0 | 0.35 | 0.80 | 0.2 | 33.66 | 0.67 | 0.48 |
| Hex | CC | 84 | 28 | 0 | 23 | 50 | 14 | 22 | 43 | 30 |
| Octal | 314 | 204 | 50 | 0 | 43 | 120 | 24 | 42 | 103 | 60 |
| Binary | 11001100 | 10000100 | 101000 | 0 | 100011 | 1010000 | 10100 | 100010 | 1000011 | 110000 |
Color Harmonies of #CC8428
Complementary color
Monochromatic Colors of #CC8428
Black with #CC8428
Text Example
Text Example
White with #CC8428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8428; }
p { color: rgb(204,132,40); }
H1.HeaderClassName
{
color: #CC8428;
}
.AnyTagClassName
{
color: #CC8428;
}
</style>
background-color css
<style>
a { background-color: #CC8428; }
a { background-color: rgb(204,132,40); }
div.DivClassName
{
background-color: #CC8428;
}
.BgClassName
{
background-color: #CC8428;
}
</style>
border-color css
<style>
span { border-color: #CC8428; }
span { border-color: rgb(204,132,40); }
td.TdClassName
{
border-color: #CC8428;
}
.TagClassName
{
border-color: #CC8428;
}
</style>