Shades of Geebung #C18021
Tints of Geebung #C18021
RGB
CMYK
RGB Variations
Color information
#C18021 (or 0xC18021) is known color: Geebung. HEX triplet: C1, 80 and 21. RGB value is (193,128,33). Sum of RGB (Red+Green+Blue) = 193+128+33=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C18021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18021 is #3E7FDE. Grayscale: #898989. Windows color (decimal): -4095967 or 2195649. OLE color: 2195649.
HSL color Cylindrical-coordinate representation of color #C18021: hue angle of 35.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C18021 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 33 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.24 |
| HSL | 35.63º | 0.71% | 0.44% | - |
| HSV(B) | 35.63º | 0.83% | 0.76% | - |
| XYZ | 29.99 | 26.89 | 5.05 | - |
| YUV | 136.61 | 69.53 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 33 | 0 | 0.34 | 0.83 | 0.24 | 35.63 | 0.71 | 0.44 |
| Hex | C1 | 80 | 21 | 0 | 22 | 53 | 18 | 24 | 47 | 2C |
| Octal | 301 | 200 | 41 | 0 | 42 | 123 | 30 | 44 | 107 | 54 |
| Binary | 11000001 | 10000000 | 100001 | 0 | 100010 | 1010011 | 11000 | 100100 | 1000111 | 101100 |
Color Harmonies of #C18021
Complementary color
Monochromatic Colors of #C18021
Black with #C18021
Text Example
Text Example
White with #C18021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18021; }
p { color: rgb(193,128,33); }
H1.HeaderClassName
{
color: #C18021;
}
.AnyTagClassName
{
color: #C18021;
}
</style>
background-color css
<style>
a { background-color: #C18021; }
a { background-color: rgb(193,128,33); }
div.DivClassName
{
background-color: #C18021;
}
.BgClassName
{
background-color: #C18021;
}
</style>
border-color css
<style>
span { border-color: #C18021; }
span { border-color: rgb(193,128,33); }
td.TdClassName
{
border-color: #C18021;
}
.TagClassName
{
border-color: #C18021;
}
</style>