Shades of Geebung #C2841C
Tints of Geebung #C2841C
RGB
CMYK
RGB Variations
Color information
#C2841C (or 0xC2841C) is known color: Geebung. HEX triplet: C2, 84 and 1C. RGB value is (194,132,28). Sum of RGB (Red+Green+Blue) = 194+132+28=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C2841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2841C is #3D7BE3. Grayscale: #8B8B8B. Windows color (decimal): -4029412 or 1868994. OLE color: 1868994.
HSL color Cylindrical-coordinate representation of color #C2841C: hue angle of 37.59º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2841C is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 28 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.24 |
| HSL | 37.59º | 0.75% | 0.44% | - |
| HSV(B) | 37.59º | 0.86% | 0.76% | - |
| XYZ | 30.71 | 28.06 | 4.9 | - |
| YUV | 138.68 | 65.54 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 28 | 0 | 0.32 | 0.86 | 0.24 | 37.59 | 0.75 | 0.44 |
| Hex | C2 | 84 | 1C | 0 | 20 | 56 | 18 | 26 | 4B | 2C |
| Octal | 302 | 204 | 34 | 0 | 40 | 126 | 30 | 46 | 113 | 54 |
| Binary | 11000010 | 10000100 | 11100 | 0 | 100000 | 1010110 | 11000 | 100110 | 1001011 | 101100 |
Color Harmonies of #C2841C
Complementary color
Monochromatic Colors of #C2841C
Black with #C2841C
Text Example
Text Example
White with #C2841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2841C; }
p { color: rgb(194,132,28); }
H1.HeaderClassName
{
color: #C2841C;
}
.AnyTagClassName
{
color: #C2841C;
}
</style>
background-color css
<style>
a { background-color: #C2841C; }
a { background-color: rgb(194,132,28); }
div.DivClassName
{
background-color: #C2841C;
}
.BgClassName
{
background-color: #C2841C;
}
</style>
border-color css
<style>
span { border-color: #C2841C; }
span { border-color: rgb(194,132,28); }
td.TdClassName
{
border-color: #C2841C;
}
.TagClassName
{
border-color: #C2841C;
}
</style>