Shades of Geebung #CC8328
Tints of Geebung #CC8328
RGB
CMYK
RGB Variations
Color information
#CC8328 (or 0xCC8328) is known color: Geebung. HEX triplet: CC, 83 and 28. RGB value is (204,131,40). Sum of RGB (Red+Green+Blue) = 204+131+40=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8328 is #337CD7. Grayscale: #8E8E8E. Windows color (decimal): -3374296 or 2655180. OLE color: 2655180.
HSL color Cylindrical-coordinate representation of color #CC8328: hue angle of 33.29º 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 #CC8328 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 40 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.2 |
| HSL | 33.29º | 0.67% | 0.48% | - |
| HSV(B) | 33.29º | 0.8% | 0.8% | - |
| XYZ | 33.4 | 29.22 | 5.89 | - |
| YUV | 142.45 | 70.18 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 40 | 0 | 0.36 | 0.80 | 0.2 | 33.29 | 0.67 | 0.48 |
| Hex | CC | 83 | 28 | 0 | 24 | 50 | 14 | 21 | 43 | 30 |
| Octal | 314 | 203 | 50 | 0 | 44 | 120 | 24 | 41 | 103 | 60 |
| Binary | 11001100 | 10000011 | 101000 | 0 | 100100 | 1010000 | 10100 | 100001 | 1000011 | 110000 |
Color Harmonies of #CC8328
Complementary color
Monochromatic Colors of #CC8328
Black with #CC8328
Text Example
Text Example
White with #CC8328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8328; }
p { color: rgb(204,131,40); }
H1.HeaderClassName
{
color: #CC8328;
}
.AnyTagClassName
{
color: #CC8328;
}
</style>
background-color css
<style>
a { background-color: #CC8328; }
a { background-color: rgb(204,131,40); }
div.DivClassName
{
background-color: #CC8328;
}
.BgClassName
{
background-color: #CC8328;
}
</style>
border-color css
<style>
span { border-color: #CC8328; }
span { border-color: rgb(204,131,40); }
td.TdClassName
{
border-color: #CC8328;
}
.TagClassName
{
border-color: #CC8328;
}
</style>