Shades of Geebung #C2832E
Tints of Geebung #C2832E
RGB
CMYK
RGB Variations
Color information
#C2832E (or 0xC2832E) is known color: Geebung. HEX triplet: C2, 83 and 2E. RGB value is (194,131,46). Sum of RGB (Red+Green+Blue) = 194+131+46=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2832E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2832E is #3D7CD1. Grayscale: #8C8C8C. Windows color (decimal): -4029650 or 3048386. OLE color: 3048386.
HSL color Cylindrical-coordinate representation of color #C2832E: hue angle of 34.46º degrees, saturation: 0.62, 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 #C2832E is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 46 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.24 |
| HSL | 34.46º | 0.62% | 0.47% | - |
| HSV(B) | 34.46º | 0.76% | 0.76% | - |
| XYZ | 30.86 | 27.9 | 6.34 | - |
| YUV | 140.15 | 74.87 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 46 | 0 | 0.32 | 0.76 | 0.24 | 34.46 | 0.62 | 0.47 |
| Hex | C2 | 83 | 2E | 0 | 20 | 4C | 18 | 22 | 3E | 2F |
| Octal | 302 | 203 | 56 | 0 | 40 | 114 | 30 | 42 | 76 | 57 |
| Binary | 11000010 | 10000011 | 101110 | 0 | 100000 | 1001100 | 11000 | 100010 | 111110 | 101111 |
Color Harmonies of #C2832E
Complementary color
Monochromatic Colors of #C2832E
Black with #C2832E
Text Example
Text Example
White with #C2832E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2832E; }
p { color: rgb(194,131,46); }
H1.HeaderClassName
{
color: #C2832E;
}
.AnyTagClassName
{
color: #C2832E;
}
</style>
background-color css
<style>
a { background-color: #C2832E; }
a { background-color: rgb(194,131,46); }
div.DivClassName
{
background-color: #C2832E;
}
.BgClassName
{
background-color: #C2832E;
}
</style>
border-color css
<style>
span { border-color: #C2832E; }
span { border-color: rgb(194,131,46); }
td.TdClassName
{
border-color: #C2832E;
}
.TagClassName
{
border-color: #C2832E;
}
</style>