Shades of Geebung #C08321
Tints of Geebung #C08321
RGB
CMYK
RGB Variations
Color information
#C08321 (or 0xC08321) is known color: Geebung. HEX triplet: C0, 83 and 21. RGB value is (192,131,33). Sum of RGB (Red+Green+Blue) = 192+131+33=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C08321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08321 is #3F7CDE. Grayscale: #8A8A8A. Windows color (decimal): -4160735 or 2196416. OLE color: 2196416.
HSL color Cylindrical-coordinate representation of color #C08321: hue angle of 36.98º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C08321 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 131 | 33 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.25 |
| HSL | 36.98º | 0.71% | 0.44% | - |
| HSV(B) | 36.98º | 0.83% | 0.75% | - |
| XYZ | 30.13 | 27.55 | 5.17 | - |
| YUV | 138.07 | 68.71 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 33 | 0 | 0.32 | 0.83 | 0.25 | 36.98 | 0.71 | 0.44 |
| Hex | C0 | 83 | 21 | 0 | 20 | 53 | 19 | 25 | 47 | 2C |
| Octal | 300 | 203 | 41 | 0 | 40 | 123 | 31 | 45 | 107 | 54 |
| Binary | 11000000 | 10000011 | 100001 | 0 | 100000 | 1010011 | 11001 | 100101 | 1000111 | 101100 |
Color Harmonies of #C08321
Complementary color
Monochromatic Colors of #C08321
Black with #C08321
Text Example
Text Example
White with #C08321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08321; }
p { color: rgb(192,131,33); }
H1.HeaderClassName
{
color: #C08321;
}
.AnyTagClassName
{
color: #C08321;
}
</style>
background-color css
<style>
a { background-color: #C08321; }
a { background-color: rgb(192,131,33); }
div.DivClassName
{
background-color: #C08321;
}
.BgClassName
{
background-color: #C08321;
}
</style>
border-color css
<style>
span { border-color: #C08321; }
span { border-color: rgb(192,131,33); }
td.TdClassName
{
border-color: #C08321;
}
.TagClassName
{
border-color: #C08321;
}
</style>