Shades of Geebung #C2832B
Tints of Geebung #C2832B
RGB
CMYK
RGB Variations
Color information
#C2832B (or 0xC2832B) is known color: Geebung. HEX triplet: C2, 83 and 2B. RGB value is (194,131,43). Sum of RGB (Red+Green+Blue) = 194+131+43=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2832B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2832B is #3D7CD4. Grayscale: #8C8C8C. Windows color (decimal): -4029653 or 2851778. OLE color: 2851778.
HSL color Cylindrical-coordinate representation of color #C2832B: hue angle of 34.97º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2832B is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 43 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.24 |
| HSL | 34.97º | 0.64% | 0.46% | - |
| HSV(B) | 34.97º | 0.78% | 0.76% | - |
| XYZ | 30.8 | 27.88 | 6.04 | - |
| YUV | 139.81 | 73.37 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 43 | 0 | 0.32 | 0.78 | 0.24 | 34.97 | 0.64 | 0.46 |
| Hex | C2 | 83 | 2B | 0 | 20 | 4E | 18 | 23 | 40 | 2E |
| Octal | 302 | 203 | 53 | 0 | 40 | 116 | 30 | 43 | 100 | 56 |
| Binary | 11000010 | 10000011 | 101011 | 0 | 100000 | 1001110 | 11000 | 100011 | 1000000 | 101110 |
Color Harmonies of #C2832B
Complementary color
Monochromatic Colors of #C2832B
Black with #C2832B
Text Example
Text Example
White with #C2832B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2832B; }
p { color: rgb(194,131,43); }
H1.HeaderClassName
{
color: #C2832B;
}
.AnyTagClassName
{
color: #C2832B;
}
</style>
background-color css
<style>
a { background-color: #C2832B; }
a { background-color: rgb(194,131,43); }
div.DivClassName
{
background-color: #C2832B;
}
.BgClassName
{
background-color: #C2832B;
}
</style>
border-color css
<style>
span { border-color: #C2832B; }
span { border-color: rgb(194,131,43); }
td.TdClassName
{
border-color: #C2832B;
}
.TagClassName
{
border-color: #C2832B;
}
</style>