Shades of Geebung #C47C26
Tints of Geebung #C47C26
RGB
CMYK
RGB Variations
Color information
#C47C26 (or 0xC47C26) is known color: Geebung. HEX triplet: C4, 7C and 26. RGB value is (196,124,38). Sum of RGB (Red+Green+Blue) = 196+124+38=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47C26 is #3B83D9. Grayscale: #888888. Windows color (decimal): -3900378 or 2522308. OLE color: 2522308.
HSL color Cylindrical-coordinate representation of color #C47C26: hue angle of 32.66º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C47C26 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 38 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.23 |
| HSL | 32.66º | 0.68% | 0.46% | - |
| HSV(B) | 32.66º | 0.81% | 0.77% | - |
| XYZ | 30.32 | 26.29 | 5.31 | - |
| YUV | 135.72 | 72.85 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 38 | 0 | 0.37 | 0.81 | 0.23 | 32.66 | 0.68 | 0.46 |
| Hex | C4 | 7C | 26 | 0 | 25 | 51 | 17 | 21 | 44 | 2E |
| Octal | 304 | 174 | 46 | 0 | 45 | 121 | 27 | 41 | 104 | 56 |
| Binary | 11000100 | 1111100 | 100110 | 0 | 100101 | 1010001 | 10111 | 100001 | 1000100 | 101110 |
Color Harmonies of #C47C26
Complementary color
Monochromatic Colors of #C47C26
Black with #C47C26
Text Example
Text Example
White with #C47C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47C26; }
p { color: rgb(196,124,38); }
H1.HeaderClassName
{
color: #C47C26;
}
.AnyTagClassName
{
color: #C47C26;
}
</style>
background-color css
<style>
a { background-color: #C47C26; }
a { background-color: rgb(196,124,38); }
div.DivClassName
{
background-color: #C47C26;
}
.BgClassName
{
background-color: #C47C26;
}
</style>
border-color css
<style>
span { border-color: #C47C26; }
span { border-color: rgb(196,124,38); }
td.TdClassName
{
border-color: #C47C26;
}
.TagClassName
{
border-color: #C47C26;
}
</style>