Shades of Geebung #C1892C
Tints of Geebung #C1892C
RGB
CMYK
RGB Variations
Color information
#C1892C (or 0xC1892C) is known color: Geebung. HEX triplet: C1, 89 and 2C. RGB value is (193,137,44). Sum of RGB (Red+Green+Blue) = 193+137+44=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C1892C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1892C is #3E76D3. Grayscale: #8F8F8F. Windows color (decimal): -4093652 or 2918849. OLE color: 2918849.
HSL color Cylindrical-coordinate representation of color #C1892C: hue angle of 37.45º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1892C is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 44 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.24 |
| HSL | 37.45º | 0.63% | 0.46% | - |
| HSV(B) | 37.45º | 0.77% | 0.76% | - |
| XYZ | 31.39 | 29.41 | 6.41 | - |
| YUV | 143.14 | 72.05 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 44 | 0 | 0.29 | 0.77 | 0.24 | 37.45 | 0.63 | 0.46 |
| Hex | C1 | 89 | 2C | 0 | 1D | 4D | 18 | 25 | 3F | 2E |
| Octal | 301 | 211 | 54 | 0 | 35 | 115 | 30 | 45 | 77 | 56 |
| Binary | 11000001 | 10001001 | 101100 | 0 | 11101 | 1001101 | 11000 | 100101 | 111111 | 101110 |
Color Harmonies of #C1892C
Complementary color
Monochromatic Colors of #C1892C
Black with #C1892C
Text Example
Text Example
White with #C1892C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1892C; }
p { color: rgb(193,137,44); }
H1.HeaderClassName
{
color: #C1892C;
}
.AnyTagClassName
{
color: #C1892C;
}
</style>
background-color css
<style>
a { background-color: #C1892C; }
a { background-color: rgb(193,137,44); }
div.DivClassName
{
background-color: #C1892C;
}
.BgClassName
{
background-color: #C1892C;
}
</style>
border-color css
<style>
span { border-color: #C1892C; }
span { border-color: rgb(193,137,44); }
td.TdClassName
{
border-color: #C1892C;
}
.TagClassName
{
border-color: #C1892C;
}
</style>