Shades of Geebung #CC891C
Tints of Geebung #CC891C
RGB
CMYK
RGB Variations
Color information
#CC891C (or 0xCC891C) is known color: Geebung. HEX triplet: CC, 89 and 1C. RGB value is (204,137,28). Sum of RGB (Red+Green+Blue) = 204+137+28=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC891C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC891C is #3376E3. Grayscale: #919191. Windows color (decimal): -3372772 or 1870284. OLE color: 1870284.
HSL color Cylindrical-coordinate representation of color #CC891C: hue angle of 37.16º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC891C is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 28 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.2 |
| HSL | 37.16º | 0.76% | 0.45% | - |
| HSV(B) | 37.16º | 0.86% | 0.8% | - |
| XYZ | 34.06 | 30.81 | 5.25 | - |
| YUV | 144.61 | 62.2 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 28 | 0 | 0.33 | 0.86 | 0.2 | 37.16 | 0.76 | 0.45 |
| Hex | CC | 89 | 1C | 0 | 21 | 56 | 14 | 25 | 4C | 2D |
| Octal | 314 | 211 | 34 | 0 | 41 | 126 | 24 | 45 | 114 | 55 |
| Binary | 11001100 | 10001001 | 11100 | 0 | 100001 | 1010110 | 10100 | 100101 | 1001100 | 101101 |
Color Harmonies of #CC891C
Complementary color
Monochromatic Colors of #CC891C
Black with #CC891C
Text Example
Text Example
White with #CC891C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC891C; }
p { color: rgb(204,137,28); }
H1.HeaderClassName
{
color: #CC891C;
}
.AnyTagClassName
{
color: #CC891C;
}
</style>
background-color css
<style>
a { background-color: #CC891C; }
a { background-color: rgb(204,137,28); }
div.DivClassName
{
background-color: #CC891C;
}
.BgClassName
{
background-color: #CC891C;
}
</style>
border-color css
<style>
span { border-color: #CC891C; }
span { border-color: rgb(204,137,28); }
td.TdClassName
{
border-color: #CC891C;
}
.TagClassName
{
border-color: #CC891C;
}
</style>