Shades of Geebung #C18335
Tints of Geebung #C18335
RGB
CMYK
RGB Variations
Color information
#C18335 (or 0xC18335) is known color: Geebung. HEX triplet: C1, 83 and 35. RGB value is (193,131,53). Sum of RGB (Red+Green+Blue) = 193+131+53=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 53 (21.09% from 255 or 14.06% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C18335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18335 is #3E7CCA. Grayscale: #8D8D8D. Windows color (decimal): -4095179 or 3507137. OLE color: 3507137.
HSL color Cylindrical-coordinate representation of color #C18335: hue angle of 33.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C18335 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 131 | 53 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.24 |
| HSL | 33.43º | 0.57% | 0.48% | - |
| HSV(B) | 33.43º | 0.73% | 0.76% | - |
| XYZ | 30.75 | 27.83 | 7.12 | - |
| YUV | 140.65 | 78.54 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 53 | 0 | 0.32 | 0.73 | 0.24 | 33.43 | 0.57 | 0.48 |
| Hex | C1 | 83 | 35 | 0 | 20 | 49 | 18 | 21 | 39 | 30 |
| Octal | 301 | 203 | 65 | 0 | 40 | 111 | 30 | 41 | 71 | 60 |
| Binary | 11000001 | 10000011 | 110101 | 0 | 100000 | 1001001 | 11000 | 100001 | 111001 | 110000 |
Color Harmonies of #C18335
Complementary color
Monochromatic Colors of #C18335
Black with #C18335
Text Example
Text Example
White with #C18335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18335; }
p { color: rgb(193,131,53); }
H1.HeaderClassName
{
color: #C18335;
}
.AnyTagClassName
{
color: #C18335;
}
</style>
background-color css
<style>
a { background-color: #C18335; }
a { background-color: rgb(193,131,53); }
div.DivClassName
{
background-color: #C18335;
}
.BgClassName
{
background-color: #C18335;
}
</style>
border-color css
<style>
span { border-color: #C18335; }
span { border-color: rgb(193,131,53); }
td.TdClassName
{
border-color: #C18335;
}
.TagClassName
{
border-color: #C18335;
}
</style>