Shades of Geebung #CC8726
Tints of Geebung #CC8726
RGB
CMYK
RGB Variations
Color information
#CC8726 (or 0xCC8726) is known color: Geebung. HEX triplet: CC, 87 and 26. RGB value is (204,135,38). Sum of RGB (Red+Green+Blue) = 204+135+38=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8726 is #3378D9. Grayscale: #919191. Windows color (decimal): -3373274 or 2525132. OLE color: 2525132.
HSL color Cylindrical-coordinate representation of color #CC8726: hue angle of 35.06º 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 #CC8726 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 38 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.2 |
| HSL | 35.06º | 0.69% | 0.47% | - |
| HSV(B) | 35.06º | 0.81% | 0.8% | - |
| XYZ | 33.92 | 30.31 | 5.9 | - |
| YUV | 144.57 | 67.86 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 38 | 0 | 0.34 | 0.81 | 0.2 | 35.06 | 0.69 | 0.47 |
| Hex | CC | 87 | 26 | 0 | 22 | 51 | 14 | 23 | 45 | 2F |
| Octal | 314 | 207 | 46 | 0 | 42 | 121 | 24 | 43 | 105 | 57 |
| Binary | 11001100 | 10000111 | 100110 | 0 | 100010 | 1010001 | 10100 | 100011 | 1000101 | 101111 |
Color Harmonies of #CC8726
Complementary color
Monochromatic Colors of #CC8726
Black with #CC8726
Text Example
Text Example
White with #CC8726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8726; }
p { color: rgb(204,135,38); }
H1.HeaderClassName
{
color: #CC8726;
}
.AnyTagClassName
{
color: #CC8726;
}
</style>
background-color css
<style>
a { background-color: #CC8726; }
a { background-color: rgb(204,135,38); }
div.DivClassName
{
background-color: #CC8726;
}
.BgClassName
{
background-color: #CC8726;
}
</style>
border-color css
<style>
span { border-color: #CC8726; }
span { border-color: rgb(204,135,38); }
td.TdClassName
{
border-color: #CC8726;
}
.TagClassName
{
border-color: #CC8726;
}
</style>