Shades of Geebung #C2862B
Tints of Geebung #C2862B
RGB
CMYK
RGB Variations
Color information
#C2862B (or 0xC2862B) is known color: Geebung. HEX triplet: C2, 86 and 2B. RGB value is (194,134,43). Sum of RGB (Red+Green+Blue) = 194+134+43=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2862B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2862B is #3D79D4. Grayscale: #8D8D8D. Windows color (decimal): -4028885 or 2852546. OLE color: 2852546.
HSL color Cylindrical-coordinate representation of color #C2862B: hue angle of 36.16º 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 #C2862B is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 43 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.24 |
| HSL | 36.16º | 0.64% | 0.46% | - |
| HSV(B) | 36.16º | 0.78% | 0.76% | - |
| XYZ | 31.21 | 28.69 | 6.18 | - |
| YUV | 141.57 | 72.38 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 43 | 0 | 0.31 | 0.78 | 0.24 | 36.16 | 0.64 | 0.46 |
| Hex | C2 | 86 | 2B | 0 | 1F | 4E | 18 | 24 | 40 | 2E |
| Octal | 302 | 206 | 53 | 0 | 37 | 116 | 30 | 44 | 100 | 56 |
| Binary | 11000010 | 10000110 | 101011 | 0 | 11111 | 1001110 | 11000 | 100100 | 1000000 | 101110 |
Color Harmonies of #C2862B
Complementary color
Monochromatic Colors of #C2862B
Black with #C2862B
Text Example
Text Example
White with #C2862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2862B; }
p { color: rgb(194,134,43); }
H1.HeaderClassName
{
color: #C2862B;
}
.AnyTagClassName
{
color: #C2862B;
}
</style>
background-color css
<style>
a { background-color: #C2862B; }
a { background-color: rgb(194,134,43); }
div.DivClassName
{
background-color: #C2862B;
}
.BgClassName
{
background-color: #C2862B;
}
</style>
border-color css
<style>
span { border-color: #C2862B; }
span { border-color: rgb(194,134,43); }
td.TdClassName
{
border-color: #C2862B;
}
.TagClassName
{
border-color: #C2862B;
}
</style>