Shades of Geebung #C18A2B
Tints of Geebung #C18A2B
RGB
CMYK
RGB Variations
Color information
#C18A2B (or 0xC18A2B) is known color: Geebung. HEX triplet: C1, 8A and 2B. RGB value is (193,138,43). Sum of RGB (Red+Green+Blue) = 193+138+43=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A2B is #3E75D4. Grayscale: #909090. Windows color (decimal): -4093397 or 2853569. OLE color: 2853569.
HSL color Cylindrical-coordinate representation of color #C18A2B: hue angle of 38º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C18A2B is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 43 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.24 |
| HSL | 38º | 0.64% | 0.46% | - |
| HSV(B) | 38º | 0.78% | 0.76% | - |
| XYZ | 31.52 | 29.69 | 6.35 | - |
| YUV | 143.62 | 71.22 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 43 | 0 | 0.28 | 0.78 | 0.24 | 38 | 0.64 | 0.46 |
| Hex | C1 | 8A | 2B | 0 | 1C | 4E | 18 | 26 | 40 | 2E |
| Octal | 301 | 212 | 53 | 0 | 34 | 116 | 30 | 46 | 100 | 56 |
| Binary | 11000001 | 10001010 | 101011 | 0 | 11100 | 1001110 | 11000 | 100110 | 1000000 | 101110 |
Color Harmonies of #C18A2B
Complementary color
Monochromatic Colors of #C18A2B
Black with #C18A2B
Text Example
Text Example
White with #C18A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18A2B; }
p { color: rgb(193,138,43); }
H1.HeaderClassName
{
color: #C18A2B;
}
.AnyTagClassName
{
color: #C18A2B;
}
</style>
background-color css
<style>
a { background-color: #C18A2B; }
a { background-color: rgb(193,138,43); }
div.DivClassName
{
background-color: #C18A2B;
}
.BgClassName
{
background-color: #C18A2B;
}
</style>
border-color css
<style>
span { border-color: #C18A2B; }
span { border-color: rgb(193,138,43); }
td.TdClassName
{
border-color: #C18A2B;
}
.TagClassName
{
border-color: #C18A2B;
}
</style>