Shades of Geebung #C27E33
Tints of Geebung #C27E33
RGB
CMYK
RGB Variations
Color information
#C27E33 (or 0xC27E33) is known color: Geebung. HEX triplet: C2, 7E and 33. RGB value is (194,126,51). Sum of RGB (Red+Green+Blue) = 194+126+51=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27E33 is #3D81CC. Grayscale: #8A8A8A. Windows color (decimal): -4030925 or 3374786. OLE color: 3374786.
HSL color Cylindrical-coordinate representation of color #C27E33: hue angle of 31.47º 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 #C27E33 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 126 | 51 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.24 |
| HSL | 31.47º | 0.58% | 0.48% | - |
| HSV(B) | 31.47º | 0.74% | 0.76% | - |
| XYZ | 30.31 | 26.63 | 6.67 | - |
| YUV | 137.78 | 79.03 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 51 | 0 | 0.35 | 0.74 | 0.24 | 31.47 | 0.58 | 0.48 |
| Hex | C2 | 7E | 33 | 0 | 23 | 4A | 18 | 1F | 3A | 30 |
| Octal | 302 | 176 | 63 | 0 | 43 | 112 | 30 | 37 | 72 | 60 |
| Binary | 11000010 | 1111110 | 110011 | 0 | 100011 | 1001010 | 11000 | 11111 | 111010 | 110000 |
Color Harmonies of #C27E33
Complementary color
Monochromatic Colors of #C27E33
Black with #C27E33
Text Example
Text Example
White with #C27E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27E33; }
p { color: rgb(194,126,51); }
H1.HeaderClassName
{
color: #C27E33;
}
.AnyTagClassName
{
color: #C27E33;
}
</style>
background-color css
<style>
a { background-color: #C27E33; }
a { background-color: rgb(194,126,51); }
div.DivClassName
{
background-color: #C27E33;
}
.BgClassName
{
background-color: #C27E33;
}
</style>
border-color css
<style>
span { border-color: #C27E33; }
span { border-color: rgb(194,126,51); }
td.TdClassName
{
border-color: #C27E33;
}
.TagClassName
{
border-color: #C27E33;
}
</style>