Shades of Geebung #CC8725
Tints of Geebung #CC8725
RGB
CMYK
RGB Variations
Color information
#CC8725 (or 0xCC8725) is known color: Geebung. HEX triplet: CC, 87 and 25. RGB value is (204,135,37). Sum of RGB (Red+Green+Blue) = 204+135+37=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8725 is #3378DA. Grayscale: #909090. Windows color (decimal): -3373275 or 2459596. OLE color: 2459596.
HSL color Cylindrical-coordinate representation of color #CC8725: hue angle of 35.21º 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 #CC8725 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 37 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.2 |
| HSL | 35.21º | 0.69% | 0.47% | - |
| HSV(B) | 35.21º | 0.82% | 0.8% | - |
| XYZ | 33.9 | 30.3 | 5.81 | - |
| YUV | 144.46 | 67.36 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 37 | 0 | 0.34 | 0.82 | 0.2 | 35.21 | 0.69 | 0.47 |
| Hex | CC | 87 | 25 | 0 | 22 | 52 | 14 | 23 | 45 | 2F |
| Octal | 314 | 207 | 45 | 0 | 42 | 122 | 24 | 43 | 105 | 57 |
| Binary | 11001100 | 10000111 | 100101 | 0 | 100010 | 1010010 | 10100 | 100011 | 1000101 | 101111 |
Color Harmonies of #CC8725
Complementary color
Monochromatic Colors of #CC8725
Black with #CC8725
Text Example
Text Example
White with #CC8725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8725; }
p { color: rgb(204,135,37); }
H1.HeaderClassName
{
color: #CC8725;
}
.AnyTagClassName
{
color: #CC8725;
}
</style>
background-color css
<style>
a { background-color: #CC8725; }
a { background-color: rgb(204,135,37); }
div.DivClassName
{
background-color: #CC8725;
}
.BgClassName
{
background-color: #CC8725;
}
</style>
border-color css
<style>
span { border-color: #CC8725; }
span { border-color: rgb(204,135,37); }
td.TdClassName
{
border-color: #CC8725;
}
.TagClassName
{
border-color: #CC8725;
}
</style>