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