Shades of Geebung #C0821D
Tints of Geebung #C0821D
RGB
CMYK
RGB Variations
Color information
#C0821D (or 0xC0821D) is known color: Geebung. HEX triplet: C0, 82 and 1D. RGB value is (192,130,29). Sum of RGB (Red+Green+Blue) = 192+130+29=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0821D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0821D is #3F7DE2. Grayscale: #898989. Windows color (decimal): -4160995 or 1934016. OLE color: 1934016.
HSL color Cylindrical-coordinate representation of color #C0821D: hue angle of 37.18º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0821D is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 29 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.25 |
| HSL | 37.18º | 0.74% | 0.43% | - |
| HSV(B) | 37.18º | 0.85% | 0.75% | - |
| XYZ | 29.94 | 27.26 | 4.85 | - |
| YUV | 137.02 | 67.04 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 29 | 0 | 0.32 | 0.85 | 0.25 | 37.18 | 0.74 | 0.43 |
| Hex | C0 | 82 | 1D | 0 | 20 | 55 | 19 | 25 | 4A | 2B |
| Octal | 300 | 202 | 35 | 0 | 40 | 125 | 31 | 45 | 112 | 53 |
| Binary | 11000000 | 10000010 | 11101 | 0 | 100000 | 1010101 | 11001 | 100101 | 1001010 | 101011 |
Color Harmonies of #C0821D
Complementary color
Monochromatic Colors of #C0821D
Black with #C0821D
Text Example
Text Example
White with #C0821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0821D; }
p { color: rgb(192,130,29); }
H1.HeaderClassName
{
color: #C0821D;
}
.AnyTagClassName
{
color: #C0821D;
}
</style>
background-color css
<style>
a { background-color: #C0821D; }
a { background-color: rgb(192,130,29); }
div.DivClassName
{
background-color: #C0821D;
}
.BgClassName
{
background-color: #C0821D;
}
</style>
border-color css
<style>
span { border-color: #C0821D; }
span { border-color: rgb(192,130,29); }
td.TdClassName
{
border-color: #C0821D;
}
.TagClassName
{
border-color: #C0821D;
}
</style>