Shades of Geebung #C57C2C
Tints of Geebung #C57C2C
RGB
CMYK
RGB Variations
Color information
#C57C2C (or 0xC57C2C) is known color: Geebung. HEX triplet: C5, 7C and 2C. RGB value is (197,124,44). Sum of RGB (Red+Green+Blue) = 197+124+44=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57C2C is #3A83D3. Grayscale: #898989. Windows color (decimal): -3834836 or 2915525. OLE color: 2915525.
HSL color Cylindrical-coordinate representation of color #C57C2C: hue angle of 31.37º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C57C2C is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 44 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.23 |
| HSL | 31.37º | 0.63% | 0.47% | - |
| HSV(B) | 31.37º | 0.78% | 0.77% | - |
| XYZ | 30.69 | 26.47 | 5.87 | - |
| YUV | 136.71 | 75.68 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 44 | 0 | 0.37 | 0.78 | 0.23 | 31.37 | 0.63 | 0.47 |
| Hex | C5 | 7C | 2C | 0 | 25 | 4E | 17 | 1F | 3F | 2F |
| Octal | 305 | 174 | 54 | 0 | 45 | 116 | 27 | 37 | 77 | 57 |
| Binary | 11000101 | 1111100 | 101100 | 0 | 100101 | 1001110 | 10111 | 11111 | 111111 | 101111 |
Color Harmonies of #C57C2C
Complementary color
Monochromatic Colors of #C57C2C
Black with #C57C2C
Text Example
Text Example
White with #C57C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57C2C; }
p { color: rgb(197,124,44); }
H1.HeaderClassName
{
color: #C57C2C;
}
.AnyTagClassName
{
color: #C57C2C;
}
</style>
background-color css
<style>
a { background-color: #C57C2C; }
a { background-color: rgb(197,124,44); }
div.DivClassName
{
background-color: #C57C2C;
}
.BgClassName
{
background-color: #C57C2C;
}
</style>
border-color css
<style>
span { border-color: #C57C2C; }
span { border-color: rgb(197,124,44); }
td.TdClassName
{
border-color: #C57C2C;
}
.TagClassName
{
border-color: #C57C2C;
}
</style>