Shades of Geebung #CC891E
Tints of Geebung #CC891E
RGB
CMYK
RGB Variations
Color information
#CC891E (or 0xCC891E) is known color: Geebung. HEX triplet: CC, 89 and 1E. RGB value is (204,137,30). Sum of RGB (Red+Green+Blue) = 204+137+30=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC891E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC891E is #3376E1. Grayscale: #919191. Windows color (decimal): -3372770 or 2001356. OLE color: 2001356.
HSL color Cylindrical-coordinate representation of color #CC891E: hue angle of 36.9º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC891E is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 30 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.2 |
| HSL | 36.9º | 0.74% | 0.46% | - |
| HSV(B) | 36.9º | 0.85% | 0.8% | - |
| XYZ | 34.08 | 30.82 | 5.38 | - |
| YUV | 144.84 | 63.2 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 30 | 0 | 0.33 | 0.85 | 0.2 | 36.9 | 0.74 | 0.46 |
| Hex | CC | 89 | 1E | 0 | 21 | 55 | 14 | 25 | 4A | 2E |
| Octal | 314 | 211 | 36 | 0 | 41 | 125 | 24 | 45 | 112 | 56 |
| Binary | 11001100 | 10001001 | 11110 | 0 | 100001 | 1010101 | 10100 | 100101 | 1001010 | 101110 |
Color Harmonies of #CC891E
Complementary color
Monochromatic Colors of #CC891E
Black with #CC891E
Text Example
Text Example
White with #CC891E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC891E; }
p { color: rgb(204,137,30); }
H1.HeaderClassName
{
color: #CC891E;
}
.AnyTagClassName
{
color: #CC891E;
}
</style>
background-color css
<style>
a { background-color: #CC891E; }
a { background-color: rgb(204,137,30); }
div.DivClassName
{
background-color: #CC891E;
}
.BgClassName
{
background-color: #CC891E;
}
</style>
border-color css
<style>
span { border-color: #CC891E; }
span { border-color: rgb(204,137,30); }
td.TdClassName
{
border-color: #CC891E;
}
.TagClassName
{
border-color: #CC891E;
}
</style>