Shades of Geebung #C2852B
Tints of Geebung #C2852B
RGB
CMYK
RGB Variations
Color information
#C2852B (or 0xC2852B) is known color: Geebung. HEX triplet: C2, 85 and 2B. RGB value is (194,133,43). Sum of RGB (Red+Green+Blue) = 194+133+43=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C2852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2852B is #3D7AD4. Grayscale: #8D8D8D. Windows color (decimal): -4029141 or 2852290. OLE color: 2852290.
HSL color Cylindrical-coordinate representation of color #C2852B: hue angle of 35.76º 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 #C2852B is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 43 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.24 |
| HSL | 35.76º | 0.64% | 0.46% | - |
| HSV(B) | 35.76º | 0.78% | 0.76% | - |
| XYZ | 31.07 | 28.42 | 6.13 | - |
| YUV | 140.98 | 72.71 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 43 | 0 | 0.31 | 0.78 | 0.24 | 35.76 | 0.64 | 0.46 |
| Hex | C2 | 85 | 2B | 0 | 1F | 4E | 18 | 24 | 40 | 2E |
| Octal | 302 | 205 | 53 | 0 | 37 | 116 | 30 | 44 | 100 | 56 |
| Binary | 11000010 | 10000101 | 101011 | 0 | 11111 | 1001110 | 11000 | 100100 | 1000000 | 101110 |
Color Harmonies of #C2852B
Complementary color
Monochromatic Colors of #C2852B
Black with #C2852B
Text Example
Text Example
White with #C2852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2852B; }
p { color: rgb(194,133,43); }
H1.HeaderClassName
{
color: #C2852B;
}
.AnyTagClassName
{
color: #C2852B;
}
</style>
background-color css
<style>
a { background-color: #C2852B; }
a { background-color: rgb(194,133,43); }
div.DivClassName
{
background-color: #C2852B;
}
.BgClassName
{
background-color: #C2852B;
}
</style>
border-color css
<style>
span { border-color: #C2852B; }
span { border-color: rgb(194,133,43); }
td.TdClassName
{
border-color: #C2852B;
}
.TagClassName
{
border-color: #C2852B;
}
</style>