Shades of Geebung #C17E34
Tints of Geebung #C17E34
RGB
CMYK
RGB Variations
Color information
#C17E34 (or 0xC17E34) is known color: Geebung. HEX triplet: C1, 7E and 34. RGB value is (193,126,52). Sum of RGB (Red+Green+Blue) = 193+126+52=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17E34 is #3E81CB. Grayscale: #898989. Windows color (decimal): -4096460 or 3440321. OLE color: 3440321.
HSL color Cylindrical-coordinate representation of color #C17E34: hue angle of 31.49º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C17E34 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 126 | 52 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.24 |
| HSL | 31.49º | 0.58% | 0.48% | - |
| HSV(B) | 31.49º | 0.73% | 0.76% | - |
| XYZ | 30.07 | 26.51 | 6.78 | - |
| YUV | 137.6 | 79.7 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 52 | 0 | 0.35 | 0.73 | 0.24 | 31.49 | 0.58 | 0.48 |
| Hex | C1 | 7E | 34 | 0 | 23 | 49 | 18 | 1F | 3A | 30 |
| Octal | 301 | 176 | 64 | 0 | 43 | 111 | 30 | 37 | 72 | 60 |
| Binary | 11000001 | 1111110 | 110100 | 0 | 100011 | 1001001 | 11000 | 11111 | 111010 | 110000 |
Color Harmonies of #C17E34
Complementary color
Monochromatic Colors of #C17E34
Black with #C17E34
Text Example
Text Example
White with #C17E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17E34; }
p { color: rgb(193,126,52); }
H1.HeaderClassName
{
color: #C17E34;
}
.AnyTagClassName
{
color: #C17E34;
}
</style>
background-color css
<style>
a { background-color: #C17E34; }
a { background-color: rgb(193,126,52); }
div.DivClassName
{
background-color: #C17E34;
}
.BgClassName
{
background-color: #C17E34;
}
</style>
border-color css
<style>
span { border-color: #C17E34; }
span { border-color: rgb(193,126,52); }
td.TdClassName
{
border-color: #C17E34;
}
.TagClassName
{
border-color: #C17E34;
}
</style>