Shades of Geebung #CC8126
Tints of Geebung #CC8126
RGB
CMYK
RGB Variations
Color information
#CC8126 (or 0xCC8126) is known color: Geebung. HEX triplet: CC, 81 and 26. RGB value is (204,129,38). Sum of RGB (Red+Green+Blue) = 204+129+38=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8126 is #337ED9. Grayscale: #8D8D8D. Windows color (decimal): -3374810 or 2523596. OLE color: 2523596.
HSL color Cylindrical-coordinate representation of color #CC8126: hue angle of 32.89º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC8126 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 38 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.2 |
| HSL | 32.89º | 0.69% | 0.47% | - |
| HSV(B) | 32.89º | 0.81% | 0.8% | - |
| XYZ | 33.1 | 28.68 | 5.62 | - |
| YUV | 141.05 | 69.85 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 38 | 0 | 0.37 | 0.81 | 0.2 | 32.89 | 0.69 | 0.47 |
| Hex | CC | 81 | 26 | 0 | 25 | 51 | 14 | 21 | 45 | 2F |
| Octal | 314 | 201 | 46 | 0 | 45 | 121 | 24 | 41 | 105 | 57 |
| Binary | 11001100 | 10000001 | 100110 | 0 | 100101 | 1010001 | 10100 | 100001 | 1000101 | 101111 |
Color Harmonies of #CC8126
Complementary color
Monochromatic Colors of #CC8126
Black with #CC8126
Text Example
Text Example
White with #CC8126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8126; }
p { color: rgb(204,129,38); }
H1.HeaderClassName
{
color: #CC8126;
}
.AnyTagClassName
{
color: #CC8126;
}
</style>
background-color css
<style>
a { background-color: #CC8126; }
a { background-color: rgb(204,129,38); }
div.DivClassName
{
background-color: #CC8126;
}
.BgClassName
{
background-color: #CC8126;
}
</style>
border-color css
<style>
span { border-color: #CC8126; }
span { border-color: rgb(204,129,38); }
td.TdClassName
{
border-color: #CC8126;
}
.TagClassName
{
border-color: #CC8126;
}
</style>