Shades of Geebung #C27F33
Tints of Geebung #C27F33
RGB
CMYK
RGB Variations
Color information
#C27F33 (or 0xC27F33) is known color: Geebung. HEX triplet: C2, 7F and 33. RGB value is (194,127,51). Sum of RGB (Red+Green+Blue) = 194+127+51=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27F33 is #3D80CC. Grayscale: #8A8A8A. Windows color (decimal): -4030669 or 3375042. OLE color: 3375042.
HSL color Cylindrical-coordinate representation of color #C27F33: hue angle of 31.89º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C27F33 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 51 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.24 |
| HSL | 31.89º | 0.58% | 0.48% | - |
| HSV(B) | 31.89º | 0.74% | 0.76% | - |
| XYZ | 30.44 | 26.89 | 6.72 | - |
| YUV | 138.37 | 78.7 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 51 | 0 | 0.35 | 0.74 | 0.24 | 31.89 | 0.58 | 0.48 |
| Hex | C2 | 7F | 33 | 0 | 23 | 4A | 18 | 20 | 3A | 30 |
| Octal | 302 | 177 | 63 | 0 | 43 | 112 | 30 | 40 | 72 | 60 |
| Binary | 11000010 | 1111111 | 110011 | 0 | 100011 | 1001010 | 11000 | 100000 | 111010 | 110000 |
Color Harmonies of #C27F33
Complementary color
Monochromatic Colors of #C27F33
Black with #C27F33
Text Example
Text Example
White with #C27F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27F33; }
p { color: rgb(194,127,51); }
H1.HeaderClassName
{
color: #C27F33;
}
.AnyTagClassName
{
color: #C27F33;
}
</style>
background-color css
<style>
a { background-color: #C27F33; }
a { background-color: rgb(194,127,51); }
div.DivClassName
{
background-color: #C27F33;
}
.BgClassName
{
background-color: #C27F33;
}
</style>
border-color css
<style>
span { border-color: #C27F33; }
span { border-color: rgb(194,127,51); }
td.TdClassName
{
border-color: #C27F33;
}
.TagClassName
{
border-color: #C27F33;
}
</style>