Shades of Geebung #C1802C
Tints of Geebung #C1802C
RGB
CMYK
RGB Variations
Color information
#C1802C (or 0xC1802C) is known color: Geebung. HEX triplet: C1, 80 and 2C. RGB value is (193,128,44). Sum of RGB (Red+Green+Blue) = 193+128+44=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C1802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1802C is #3E7FD3. Grayscale: #8A8A8A. Windows color (decimal): -4095956 or 2916545. OLE color: 2916545.
HSL color Cylindrical-coordinate representation of color #C1802C: hue angle of 33.83º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1802C is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 44 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.24 |
| HSL | 33.83º | 0.63% | 0.46% | - |
| HSV(B) | 33.83º | 0.77% | 0.76% | - |
| XYZ | 30.17 | 26.96 | 6 | - |
| YUV | 137.86 | 75.03 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 44 | 0 | 0.34 | 0.77 | 0.24 | 33.83 | 0.63 | 0.46 |
| Hex | C1 | 80 | 2C | 0 | 22 | 4D | 18 | 22 | 3F | 2E |
| Octal | 301 | 200 | 54 | 0 | 42 | 115 | 30 | 42 | 77 | 56 |
| Binary | 11000001 | 10000000 | 101100 | 0 | 100010 | 1001101 | 11000 | 100010 | 111111 | 101110 |
Color Harmonies of #C1802C
Complementary color
Monochromatic Colors of #C1802C
Black with #C1802C
Text Example
Text Example
White with #C1802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1802C; }
p { color: rgb(193,128,44); }
H1.HeaderClassName
{
color: #C1802C;
}
.AnyTagClassName
{
color: #C1802C;
}
</style>
background-color css
<style>
a { background-color: #C1802C; }
a { background-color: rgb(193,128,44); }
div.DivClassName
{
background-color: #C1802C;
}
.BgClassName
{
background-color: #C1802C;
}
</style>
border-color css
<style>
span { border-color: #C1802C; }
span { border-color: rgb(193,128,44); }
td.TdClassName
{
border-color: #C1802C;
}
.TagClassName
{
border-color: #C1802C;
}
</style>