Shades of Geebung #C2822B
Tints of Geebung #C2822B
RGB
CMYK
RGB Variations
Color information
#C2822B (or 0xC2822B) is known color: Geebung. HEX triplet: C2, 82 and 2B. RGB value is (194,130,43). Sum of RGB (Red+Green+Blue) = 194+130+43=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2822B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2822B is #3D7DD4. Grayscale: #8B8B8B. Windows color (decimal): -4029909 or 2851522. OLE color: 2851522.
HSL color Cylindrical-coordinate representation of color #C2822B: hue angle of 34.57º 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 #C2822B is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 43 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.24 |
| HSL | 34.57º | 0.64% | 0.46% | - |
| HSV(B) | 34.57º | 0.78% | 0.76% | - |
| XYZ | 30.67 | 27.61 | 6 | - |
| YUV | 139.22 | 73.7 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 43 | 0 | 0.33 | 0.78 | 0.24 | 34.57 | 0.64 | 0.46 |
| Hex | C2 | 82 | 2B | 0 | 21 | 4E | 18 | 23 | 40 | 2E |
| Octal | 302 | 202 | 53 | 0 | 41 | 116 | 30 | 43 | 100 | 56 |
| Binary | 11000010 | 10000010 | 101011 | 0 | 100001 | 1001110 | 11000 | 100011 | 1000000 | 101110 |
Color Harmonies of #C2822B
Complementary color
Monochromatic Colors of #C2822B
Black with #C2822B
Text Example
Text Example
White with #C2822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2822B; }
p { color: rgb(194,130,43); }
H1.HeaderClassName
{
color: #C2822B;
}
.AnyTagClassName
{
color: #C2822B;
}
</style>
background-color css
<style>
a { background-color: #C2822B; }
a { background-color: rgb(194,130,43); }
div.DivClassName
{
background-color: #C2822B;
}
.BgClassName
{
background-color: #C2822B;
}
</style>
border-color css
<style>
span { border-color: #C2822B; }
span { border-color: rgb(194,130,43); }
td.TdClassName
{
border-color: #C2822B;
}
.TagClassName
{
border-color: #C2822B;
}
</style>