Shades of Geebung #CC891B
Tints of Geebung #CC891B
RGB
CMYK
RGB Variations
Color information
#CC891B (or 0xCC891B) is known color: Geebung. HEX triplet: CC, 89 and 1B. RGB value is (204,137,27). Sum of RGB (Red+Green+Blue) = 204+137+27=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC891B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC891B is #3376E4. Grayscale: #919191. Windows color (decimal): -3372773 or 1804748. OLE color: 1804748.
HSL color Cylindrical-coordinate representation of color #CC891B: hue angle of 37.29º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC891B is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 27 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.2 |
| HSL | 37.29º | 0.77% | 0.45% | - |
| HSV(B) | 37.29º | 0.87% | 0.8% | - |
| XYZ | 34.05 | 30.81 | 5.19 | - |
| YUV | 144.49 | 61.7 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 27 | 0 | 0.33 | 0.87 | 0.2 | 37.29 | 0.77 | 0.45 |
| Hex | CC | 89 | 1B | 0 | 21 | 57 | 14 | 25 | 4D | 2D |
| Octal | 314 | 211 | 33 | 0 | 41 | 127 | 24 | 45 | 115 | 55 |
| Binary | 11001100 | 10001001 | 11011 | 0 | 100001 | 1010111 | 10100 | 100101 | 1001101 | 101101 |
Color Harmonies of #CC891B
Complementary color
Monochromatic Colors of #CC891B
Black with #CC891B
Text Example
Text Example
White with #CC891B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC891B; }
p { color: rgb(204,137,27); }
H1.HeaderClassName
{
color: #CC891B;
}
.AnyTagClassName
{
color: #CC891B;
}
</style>
background-color css
<style>
a { background-color: #CC891B; }
a { background-color: rgb(204,137,27); }
div.DivClassName
{
background-color: #CC891B;
}
.BgClassName
{
background-color: #CC891B;
}
</style>
border-color css
<style>
span { border-color: #CC891B; }
span { border-color: rgb(204,137,27); }
td.TdClassName
{
border-color: #CC891B;
}
.TagClassName
{
border-color: #CC891B;
}
</style>