Shades of Geebung #C57E26
Tints of Geebung #C57E26
RGB
CMYK
RGB Variations
Color information
#C57E26 (or 0xC57E26) is known color: Geebung. HEX triplet: C5, 7E and 26. RGB value is (197,126,38). Sum of RGB (Red+Green+Blue) = 197+126+38=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57E26 is #3A81D9. Grayscale: #898989. Windows color (decimal): -3834330 or 2522821. OLE color: 2522821.
HSL color Cylindrical-coordinate representation of color #C57E26: hue angle of 33.21º 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 #C57E26 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 38 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.23 |
| HSL | 33.21º | 0.68% | 0.46% | - |
| HSV(B) | 33.21º | 0.81% | 0.77% | - |
| XYZ | 30.84 | 26.93 | 5.41 | - |
| YUV | 137.2 | 72.02 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 38 | 0 | 0.36 | 0.81 | 0.23 | 33.21 | 0.68 | 0.46 |
| Hex | C5 | 7E | 26 | 0 | 24 | 51 | 17 | 21 | 44 | 2E |
| Octal | 305 | 176 | 46 | 0 | 44 | 121 | 27 | 41 | 104 | 56 |
| Binary | 11000101 | 1111110 | 100110 | 0 | 100100 | 1010001 | 10111 | 100001 | 1000100 | 101110 |
Color Harmonies of #C57E26
Complementary color
Monochromatic Colors of #C57E26
Black with #C57E26
Text Example
Text Example
White with #C57E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57E26; }
p { color: rgb(197,126,38); }
H1.HeaderClassName
{
color: #C57E26;
}
.AnyTagClassName
{
color: #C57E26;
}
</style>
background-color css
<style>
a { background-color: #C57E26; }
a { background-color: rgb(197,126,38); }
div.DivClassName
{
background-color: #C57E26;
}
.BgClassName
{
background-color: #C57E26;
}
</style>
border-color css
<style>
span { border-color: #C57E26; }
span { border-color: rgb(197,126,38); }
td.TdClassName
{
border-color: #C57E26;
}
.TagClassName
{
border-color: #C57E26;
}
</style>