Shades of Geebung #C18A2C
Tints of Geebung #C18A2C
RGB
CMYK
RGB Variations
Color information
#C18A2C (or 0xC18A2C) is known color: Geebung. HEX triplet: C1, 8A and 2C. RGB value is (193,138,44). Sum of RGB (Red+Green+Blue) = 193+138+44=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A2C is #3E75D3. Grayscale: #909090. Windows color (decimal): -4093396 or 2919105. OLE color: 2919105.
HSL color Cylindrical-coordinate representation of color #C18A2C: hue angle of 37.85º 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 #C18A2C is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 44 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.24 |
| HSL | 37.85º | 0.63% | 0.46% | - |
| HSV(B) | 37.85º | 0.77% | 0.76% | - |
| XYZ | 31.54 | 29.7 | 6.45 | - |
| YUV | 143.73 | 71.72 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 44 | 0 | 0.28 | 0.77 | 0.24 | 37.85 | 0.63 | 0.46 |
| Hex | C1 | 8A | 2C | 0 | 1C | 4D | 18 | 26 | 3F | 2E |
| Octal | 301 | 212 | 54 | 0 | 34 | 115 | 30 | 46 | 77 | 56 |
| Binary | 11000001 | 10001010 | 101100 | 0 | 11100 | 1001101 | 11000 | 100110 | 111111 | 101110 |
Color Harmonies of #C18A2C
Complementary color
Monochromatic Colors of #C18A2C
Black with #C18A2C
Text Example
Text Example
White with #C18A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18A2C; }
p { color: rgb(193,138,44); }
H1.HeaderClassName
{
color: #C18A2C;
}
.AnyTagClassName
{
color: #C18A2C;
}
</style>
background-color css
<style>
a { background-color: #C18A2C; }
a { background-color: rgb(193,138,44); }
div.DivClassName
{
background-color: #C18A2C;
}
.BgClassName
{
background-color: #C18A2C;
}
</style>
border-color css
<style>
span { border-color: #C18A2C; }
span { border-color: rgb(193,138,44); }
td.TdClassName
{
border-color: #C18A2C;
}
.TagClassName
{
border-color: #C18A2C;
}
</style>