Shades of Geebung #C27C30
Tints of Geebung #C27C30
RGB
CMYK
RGB Variations
Color information
#C27C30 (or 0xC27C30) is known color: Geebung. HEX triplet: C2, 7C and 30. RGB value is (194,124,48). Sum of RGB (Red+Green+Blue) = 194+124+48=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27C30 is #3D83CF. Grayscale: #888888. Windows color (decimal): -4031440 or 3177666. OLE color: 3177666.
HSL color Cylindrical-coordinate representation of color #C27C30: hue angle of 31.23º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C27C30 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 48 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.24 |
| HSL | 31.23º | 0.6% | 0.47% | - |
| HSV(B) | 31.23º | 0.75% | 0.76% | - |
| XYZ | 29.99 | 26.1 | 6.25 | - |
| YUV | 136.27 | 78.19 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 48 | 0 | 0.36 | 0.75 | 0.24 | 31.23 | 0.6 | 0.47 |
| Hex | C2 | 7C | 30 | 0 | 24 | 4B | 18 | 1F | 3C | 2F |
| Octal | 302 | 174 | 60 | 0 | 44 | 113 | 30 | 37 | 74 | 57 |
| Binary | 11000010 | 1111100 | 110000 | 0 | 100100 | 1001011 | 11000 | 11111 | 111100 | 101111 |
Color Harmonies of #C27C30
Complementary color
Monochromatic Colors of #C27C30
Black with #C27C30
Text Example
Text Example
White with #C27C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27C30; }
p { color: rgb(194,124,48); }
H1.HeaderClassName
{
color: #C27C30;
}
.AnyTagClassName
{
color: #C27C30;
}
</style>
background-color css
<style>
a { background-color: #C27C30; }
a { background-color: rgb(194,124,48); }
div.DivClassName
{
background-color: #C27C30;
}
.BgClassName
{
background-color: #C27C30;
}
</style>
border-color css
<style>
span { border-color: #C27C30; }
span { border-color: rgb(194,124,48); }
td.TdClassName
{
border-color: #C27C30;
}
.TagClassName
{
border-color: #C27C30;
}
</style>