Shades of Geebung #C18230
Tints of Geebung #C18230
RGB
CMYK
RGB Variations
Color information
#C18230 (or 0xC18230) is known color: Geebung. HEX triplet: C1, 82 and 30. RGB value is (193,130,48). Sum of RGB (Red+Green+Blue) = 193+130+48=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C18230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18230 is #3E7DCF. Grayscale: #8B8B8B. Windows color (decimal): -4095440 or 3179201. OLE color: 3179201.
HSL color Cylindrical-coordinate representation of color #C18230: hue angle of 33.93º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C18230 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 48 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.24 |
| HSL | 33.93º | 0.6% | 0.47% | - |
| HSV(B) | 33.93º | 0.75% | 0.76% | - |
| XYZ | 30.51 | 27.52 | 6.5 | - |
| YUV | 139.49 | 76.37 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 48 | 0 | 0.33 | 0.75 | 0.24 | 33.93 | 0.6 | 0.47 |
| Hex | C1 | 82 | 30 | 0 | 21 | 4B | 18 | 22 | 3C | 2F |
| Octal | 301 | 202 | 60 | 0 | 41 | 113 | 30 | 42 | 74 | 57 |
| Binary | 11000001 | 10000010 | 110000 | 0 | 100001 | 1001011 | 11000 | 100010 | 111100 | 101111 |
Color Harmonies of #C18230
Complementary color
Monochromatic Colors of #C18230
Black with #C18230
Text Example
Text Example
White with #C18230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18230; }
p { color: rgb(193,130,48); }
H1.HeaderClassName
{
color: #C18230;
}
.AnyTagClassName
{
color: #C18230;
}
</style>
background-color css
<style>
a { background-color: #C18230; }
a { background-color: rgb(193,130,48); }
div.DivClassName
{
background-color: #C18230;
}
.BgClassName
{
background-color: #C18230;
}
</style>
border-color css
<style>
span { border-color: #C18230; }
span { border-color: rgb(193,130,48); }
td.TdClassName
{
border-color: #C18230;
}
.TagClassName
{
border-color: #C18230;
}
</style>