Shades of Geebung #CC8225
Tints of Geebung #CC8225
RGB
CMYK
RGB Variations
Color information
#CC8225 (or 0xCC8225) is known color: Geebung. HEX triplet: CC, 82 and 25. RGB value is (204,130,37). Sum of RGB (Red+Green+Blue) = 204+130+37=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8225 is #337DDA. Grayscale: #8D8D8D. Windows color (decimal): -3374555 or 2458316. OLE color: 2458316.
HSL color Cylindrical-coordinate representation of color #CC8225: hue angle of 33.41º degrees, saturation: 0.69, 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 #CC8225 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 37 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.2 |
| HSL | 33.41º | 0.69% | 0.47% | - |
| HSV(B) | 33.41º | 0.82% | 0.8% | - |
| XYZ | 33.22 | 28.94 | 5.58 | - |
| YUV | 141.52 | 69.02 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 37 | 0 | 0.36 | 0.82 | 0.2 | 33.41 | 0.69 | 0.47 |
| Hex | CC | 82 | 25 | 0 | 24 | 52 | 14 | 21 | 45 | 2F |
| Octal | 314 | 202 | 45 | 0 | 44 | 122 | 24 | 41 | 105 | 57 |
| Binary | 11001100 | 10000010 | 100101 | 0 | 100100 | 1010010 | 10100 | 100001 | 1000101 | 101111 |
Color Harmonies of #CC8225
Complementary color
Monochromatic Colors of #CC8225
Black with #CC8225
Text Example
Text Example
White with #CC8225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8225; }
p { color: rgb(204,130,37); }
H1.HeaderClassName
{
color: #CC8225;
}
.AnyTagClassName
{
color: #CC8225;
}
</style>
background-color css
<style>
a { background-color: #CC8225; }
a { background-color: rgb(204,130,37); }
div.DivClassName
{
background-color: #CC8225;
}
.BgClassName
{
background-color: #CC8225;
}
</style>
border-color css
<style>
span { border-color: #CC8225; }
span { border-color: rgb(204,130,37); }
td.TdClassName
{
border-color: #CC8225;
}
.TagClassName
{
border-color: #CC8225;
}
</style>