Shades of Geebung #CC8425
Tints of Geebung #CC8425
RGB
CMYK
RGB Variations
Color information
#CC8425 (or 0xCC8425) is known color: Geebung. HEX triplet: CC, 84 and 25. RGB value is (204,132,37). Sum of RGB (Red+Green+Blue) = 204+132+37=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8425 is #337BDA. Grayscale: #8F8F8F. Windows color (decimal): -3374043 or 2458828. OLE color: 2458828.
HSL color Cylindrical-coordinate representation of color #CC8425: hue angle of 34.13º 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 #CC8425 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 37 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.2 |
| HSL | 34.13º | 0.69% | 0.47% | - |
| HSV(B) | 34.13º | 0.82% | 0.8% | - |
| XYZ | 33.49 | 29.47 | 5.67 | - |
| YUV | 142.7 | 68.35 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 37 | 0 | 0.35 | 0.82 | 0.2 | 34.13 | 0.69 | 0.47 |
| Hex | CC | 84 | 25 | 0 | 23 | 52 | 14 | 22 | 45 | 2F |
| Octal | 314 | 204 | 45 | 0 | 43 | 122 | 24 | 42 | 105 | 57 |
| Binary | 11001100 | 10000100 | 100101 | 0 | 100011 | 1010010 | 10100 | 100010 | 1000101 | 101111 |
Color Harmonies of #CC8425
Complementary color
Monochromatic Colors of #CC8425
Black with #CC8425
Text Example
Text Example
White with #CC8425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8425; }
p { color: rgb(204,132,37); }
H1.HeaderClassName
{
color: #CC8425;
}
.AnyTagClassName
{
color: #CC8425;
}
</style>
background-color css
<style>
a { background-color: #CC8425; }
a { background-color: rgb(204,132,37); }
div.DivClassName
{
background-color: #CC8425;
}
.BgClassName
{
background-color: #CC8425;
}
</style>
border-color css
<style>
span { border-color: #CC8425; }
span { border-color: rgb(204,132,37); }
td.TdClassName
{
border-color: #CC8425;
}
.TagClassName
{
border-color: #CC8425;
}
</style>