Shades of Geebung #C27D2B
Tints of Geebung #C27D2B
RGB
CMYK
RGB Variations
Color information
#C27D2B (or 0xC27D2B) is known color: Geebung. HEX triplet: C2, 7D and 2B. RGB value is (194,125,43). Sum of RGB (Red+Green+Blue) = 194+125+43=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27D2B is #3D82D4. Grayscale: #888888. Windows color (decimal): -4031189 or 2850242. OLE color: 2850242.
HSL color Cylindrical-coordinate representation of color #C27D2B: hue angle of 32.58º 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 #C27D2B is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 43 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.24 |
| HSL | 32.58º | 0.64% | 0.46% | - |
| HSV(B) | 32.58º | 0.78% | 0.76% | - |
| XYZ | 30.02 | 26.31 | 5.78 | - |
| YUV | 136.28 | 75.36 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 43 | 0 | 0.36 | 0.78 | 0.24 | 32.58 | 0.64 | 0.46 |
| Hex | C2 | 7D | 2B | 0 | 24 | 4E | 18 | 21 | 40 | 2E |
| Octal | 302 | 175 | 53 | 0 | 44 | 116 | 30 | 41 | 100 | 56 |
| Binary | 11000010 | 1111101 | 101011 | 0 | 100100 | 1001110 | 11000 | 100001 | 1000000 | 101110 |
Color Harmonies of #C27D2B
Complementary color
Monochromatic Colors of #C27D2B
Black with #C27D2B
Text Example
Text Example
White with #C27D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27D2B; }
p { color: rgb(194,125,43); }
H1.HeaderClassName
{
color: #C27D2B;
}
.AnyTagClassName
{
color: #C27D2B;
}
</style>
background-color css
<style>
a { background-color: #C27D2B; }
a { background-color: rgb(194,125,43); }
div.DivClassName
{
background-color: #C27D2B;
}
.BgClassName
{
background-color: #C27D2B;
}
</style>
border-color css
<style>
span { border-color: #C27D2B; }
span { border-color: rgb(194,125,43); }
td.TdClassName
{
border-color: #C27D2B;
}
.TagClassName
{
border-color: #C27D2B;
}
</style>