Shades of Geebung #C97F27
Tints of Geebung #C97F27
RGB
CMYK
RGB Variations
Color information
#C97F27 (or 0xC97F27) is known color: Geebung. HEX triplet: C9, 7F and 27. RGB value is (201,127,39). Sum of RGB (Red+Green+Blue) = 201+127+39=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97F27 is #3680D8. Grayscale: #8B8B8B. Windows color (decimal): -3571929 or 2588617. OLE color: 2588617.
HSL color Cylindrical-coordinate representation of color #C97F27: hue angle of 32.59º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C97F27 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 127 | 39 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.21 |
| HSL | 32.59º | 0.68% | 0.47% | - |
| HSV(B) | 32.59º | 0.81% | 0.79% | - |
| XYZ | 32.04 | 27.74 | 5.59 | - |
| YUV | 139.09 | 71.52 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 127 | 39 | 0 | 0.37 | 0.81 | 0.21 | 32.59 | 0.68 | 0.47 |
| Hex | C9 | 7F | 27 | 0 | 25 | 51 | 15 | 21 | 44 | 2F |
| Octal | 311 | 177 | 47 | 0 | 45 | 121 | 25 | 41 | 104 | 57 |
| Binary | 11001001 | 1111111 | 100111 | 0 | 100101 | 1010001 | 10101 | 100001 | 1000100 | 101111 |
Color Harmonies of #C97F27
Complementary color
Monochromatic Colors of #C97F27
Black with #C97F27
Text Example
Text Example
White with #C97F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97F27; }
p { color: rgb(201,127,39); }
H1.HeaderClassName
{
color: #C97F27;
}
.AnyTagClassName
{
color: #C97F27;
}
</style>
background-color css
<style>
a { background-color: #C97F27; }
a { background-color: rgb(201,127,39); }
div.DivClassName
{
background-color: #C97F27;
}
.BgClassName
{
background-color: #C97F27;
}
</style>
border-color css
<style>
span { border-color: #C97F27; }
span { border-color: rgb(201,127,39); }
td.TdClassName
{
border-color: #C97F27;
}
.TagClassName
{
border-color: #C97F27;
}
</style>