Shades of Geebung #C2802F
Tints of Geebung #C2802F
RGB
CMYK
RGB Variations
Color information
#C2802F (or 0xC2802F) is known color: Geebung. HEX triplet: C2, 80 and 2F. RGB value is (194,128,47). Sum of RGB (Red+Green+Blue) = 194+128+47=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2802F is #3D7FD0. Grayscale: #8A8A8A. Windows color (decimal): -4030417 or 3113154. OLE color: 3113154.
HSL color Cylindrical-coordinate representation of color #C2802F: hue angle of 33.06º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2802F is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 47 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.24 |
| HSL | 33.06º | 0.61% | 0.47% | - |
| HSV(B) | 33.06º | 0.76% | 0.76% | - |
| XYZ | 30.48 | 27.11 | 6.32 | - |
| YUV | 138.5 | 76.37 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 47 | 0 | 0.34 | 0.76 | 0.24 | 33.06 | 0.61 | 0.47 |
| Hex | C2 | 80 | 2F | 0 | 22 | 4C | 18 | 21 | 3D | 2F |
| Octal | 302 | 200 | 57 | 0 | 42 | 114 | 30 | 41 | 75 | 57 |
| Binary | 11000010 | 10000000 | 101111 | 0 | 100010 | 1001100 | 11000 | 100001 | 111101 | 101111 |
Color Harmonies of #C2802F
Complementary color
Monochromatic Colors of #C2802F
Black with #C2802F
Text Example
Text Example
White with #C2802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2802F; }
p { color: rgb(194,128,47); }
H1.HeaderClassName
{
color: #C2802F;
}
.AnyTagClassName
{
color: #C2802F;
}
</style>
background-color css
<style>
a { background-color: #C2802F; }
a { background-color: rgb(194,128,47); }
div.DivClassName
{
background-color: #C2802F;
}
.BgClassName
{
background-color: #C2802F;
}
</style>
border-color css
<style>
span { border-color: #C2802F; }
span { border-color: rgb(194,128,47); }
td.TdClassName
{
border-color: #C2802F;
}
.TagClassName
{
border-color: #C2802F;
}
</style>