Shades of Geebung #C2802C
Tints of Geebung #C2802C
RGB
CMYK
RGB Variations
Color information
#C2802C (or 0xC2802C) is known color: Geebung. HEX triplet: C2, 80 and 2C. RGB value is (194,128,44). Sum of RGB (Red+Green+Blue) = 194+128+44=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C2802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2802C is #3D7FD3. Grayscale: #8A8A8A. Windows color (decimal): -4030420 or 2916546. OLE color: 2916546.
HSL color Cylindrical-coordinate representation of color #C2802C: hue angle of 33.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2802C is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 44 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.24 |
| HSL | 33.6º | 0.63% | 0.47% | - |
| HSV(B) | 33.6º | 0.77% | 0.76% | - |
| XYZ | 30.42 | 27.09 | 6.01 | - |
| YUV | 138.16 | 74.87 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 44 | 0 | 0.34 | 0.77 | 0.24 | 33.6 | 0.63 | 0.47 |
| Hex | C2 | 80 | 2C | 0 | 22 | 4D | 18 | 22 | 3F | 2F |
| Octal | 302 | 200 | 54 | 0 | 42 | 115 | 30 | 42 | 77 | 57 |
| Binary | 11000010 | 10000000 | 101100 | 0 | 100010 | 1001101 | 11000 | 100010 | 111111 | 101111 |
Color Harmonies of #C2802C
Complementary color
Monochromatic Colors of #C2802C
Black with #C2802C
Text Example
Text Example
White with #C2802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2802C; }
p { color: rgb(194,128,44); }
H1.HeaderClassName
{
color: #C2802C;
}
.AnyTagClassName
{
color: #C2802C;
}
</style>
background-color css
<style>
a { background-color: #C2802C; }
a { background-color: rgb(194,128,44); }
div.DivClassName
{
background-color: #C2802C;
}
.BgClassName
{
background-color: #C2802C;
}
</style>
border-color css
<style>
span { border-color: #C2802C; }
span { border-color: rgb(194,128,44); }
td.TdClassName
{
border-color: #C2802C;
}
.TagClassName
{
border-color: #C2802C;
}
</style>