Shades of Geebung #CC8525
Tints of Geebung #CC8525
RGB
CMYK
RGB Variations
Color information
#CC8525 (or 0xCC8525) is known color: Geebung. HEX triplet: CC, 85 and 25. RGB value is (204,133,37). Sum of RGB (Red+Green+Blue) = 204+133+37=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8525 is #337ADA. Grayscale: #8F8F8F. Windows color (decimal): -3373787 or 2459084. OLE color: 2459084.
HSL color Cylindrical-coordinate representation of color #CC8525: hue angle of 34.49º 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 #CC8525 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 37 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.2 |
| HSL | 34.49º | 0.69% | 0.47% | - |
| HSV(B) | 34.49º | 0.82% | 0.8% | - |
| XYZ | 33.62 | 29.75 | 5.72 | - |
| YUV | 143.29 | 68.02 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 37 | 0 | 0.35 | 0.82 | 0.2 | 34.49 | 0.69 | 0.47 |
| Hex | CC | 85 | 25 | 0 | 23 | 52 | 14 | 22 | 45 | 2F |
| Octal | 314 | 205 | 45 | 0 | 43 | 122 | 24 | 42 | 105 | 57 |
| Binary | 11001100 | 10000101 | 100101 | 0 | 100011 | 1010010 | 10100 | 100010 | 1000101 | 101111 |
Color Harmonies of #CC8525
Complementary color
Monochromatic Colors of #CC8525
Black with #CC8525
Text Example
Text Example
White with #CC8525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8525; }
p { color: rgb(204,133,37); }
H1.HeaderClassName
{
color: #CC8525;
}
.AnyTagClassName
{
color: #CC8525;
}
</style>
background-color css
<style>
a { background-color: #CC8525; }
a { background-color: rgb(204,133,37); }
div.DivClassName
{
background-color: #CC8525;
}
.BgClassName
{
background-color: #CC8525;
}
</style>
border-color css
<style>
span { border-color: #CC8525; }
span { border-color: rgb(204,133,37); }
td.TdClassName
{
border-color: #CC8525;
}
.TagClassName
{
border-color: #CC8525;
}
</style>