Shades of Geebung #C57E2D
Tints of Geebung #C57E2D
RGB
CMYK
RGB Variations
Color information
#C57E2D (or 0xC57E2D) is known color: Geebung. HEX triplet: C5, 7E and 2D. RGB value is (197,126,45). Sum of RGB (Red+Green+Blue) = 197+126+45=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57E2D is #3A81D2. Grayscale: #8A8A8A. Windows color (decimal): -3834323 or 2981573. OLE color: 2981573.
HSL color Cylindrical-coordinate representation of color #C57E2D: hue angle of 31.97º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C57E2D is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 45 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.23 |
| HSL | 31.97º | 0.63% | 0.47% | - |
| HSV(B) | 31.97º | 0.77% | 0.77% | - |
| XYZ | 30.96 | 26.98 | 6.06 | - |
| YUV | 138 | 75.52 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 45 | 0 | 0.36 | 0.77 | 0.23 | 31.97 | 0.63 | 0.47 |
| Hex | C5 | 7E | 2D | 0 | 24 | 4D | 17 | 20 | 3F | 2F |
| Octal | 305 | 176 | 55 | 0 | 44 | 115 | 27 | 40 | 77 | 57 |
| Binary | 11000101 | 1111110 | 101101 | 0 | 100100 | 1001101 | 10111 | 100000 | 111111 | 101111 |
Color Harmonies of #C57E2D
Complementary color
Monochromatic Colors of #C57E2D
Black with #C57E2D
Text Example
Text Example
White with #C57E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57E2D; }
p { color: rgb(197,126,45); }
H1.HeaderClassName
{
color: #C57E2D;
}
.AnyTagClassName
{
color: #C57E2D;
}
</style>
background-color css
<style>
a { background-color: #C57E2D; }
a { background-color: rgb(197,126,45); }
div.DivClassName
{
background-color: #C57E2D;
}
.BgClassName
{
background-color: #C57E2D;
}
</style>
border-color css
<style>
span { border-color: #C57E2D; }
span { border-color: rgb(197,126,45); }
td.TdClassName
{
border-color: #C57E2D;
}
.TagClassName
{
border-color: #C57E2D;
}
</style>