Shades of Geebung #C18433
Tints of Geebung #C18433
RGB
CMYK
RGB Variations
Color information
#C18433 (or 0xC18433) is known color: Geebung. HEX triplet: C1, 84 and 33. RGB value is (193,132,51). Sum of RGB (Red+Green+Blue) = 193+132+51=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C18433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18433 is #3E7BCC. Grayscale: #8D8D8D. Windows color (decimal): -4094925 or 3376321. OLE color: 3376321.
HSL color Cylindrical-coordinate representation of color #C18433: hue angle of 34.23º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C18433 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 51 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.24 |
| HSL | 34.23º | 0.58% | 0.48% | - |
| HSV(B) | 34.23º | 0.74% | 0.76% | - |
| XYZ | 30.84 | 28.08 | 6.93 | - |
| YUV | 141.01 | 77.21 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 51 | 0 | 0.32 | 0.74 | 0.24 | 34.23 | 0.58 | 0.48 |
| Hex | C1 | 84 | 33 | 0 | 20 | 4A | 18 | 22 | 3A | 30 |
| Octal | 301 | 204 | 63 | 0 | 40 | 112 | 30 | 42 | 72 | 60 |
| Binary | 11000001 | 10000100 | 110011 | 0 | 100000 | 1001010 | 11000 | 100010 | 111010 | 110000 |
Color Harmonies of #C18433
Complementary color
Monochromatic Colors of #C18433
Black with #C18433
Text Example
Text Example
White with #C18433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18433; }
p { color: rgb(193,132,51); }
H1.HeaderClassName
{
color: #C18433;
}
.AnyTagClassName
{
color: #C18433;
}
</style>
background-color css
<style>
a { background-color: #C18433; }
a { background-color: rgb(193,132,51); }
div.DivClassName
{
background-color: #C18433;
}
.BgClassName
{
background-color: #C18433;
}
</style>
border-color css
<style>
span { border-color: #C18433; }
span { border-color: rgb(193,132,51); }
td.TdClassName
{
border-color: #C18433;
}
.TagClassName
{
border-color: #C18433;
}
</style>