Shades of Geebung #C17F28
Tints of Geebung #C17F28
RGB
CMYK
RGB Variations
Color information
#C17F28 (or 0xC17F28) is known color: Geebung. HEX triplet: C1, 7F and 28. RGB value is (193,127,40). Sum of RGB (Red+Green+Blue) = 193+127+40=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17F28 is #3E80D7. Grayscale: #898989. Windows color (decimal): -4096216 or 2654145. OLE color: 2654145.
HSL color Cylindrical-coordinate representation of color #C17F28: hue angle of 34.12º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C17F28 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 40 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.24 |
| HSL | 34.12º | 0.66% | 0.46% | - |
| HSV(B) | 34.12º | 0.79% | 0.76% | - |
| XYZ | 29.96 | 26.67 | 5.58 | - |
| YUV | 136.82 | 73.37 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 40 | 0 | 0.34 | 0.79 | 0.24 | 34.12 | 0.66 | 0.46 |
| Hex | C1 | 7F | 28 | 0 | 22 | 4F | 18 | 22 | 42 | 2E |
| Octal | 301 | 177 | 50 | 0 | 42 | 117 | 30 | 42 | 102 | 56 |
| Binary | 11000001 | 1111111 | 101000 | 0 | 100010 | 1001111 | 11000 | 100010 | 1000010 | 101110 |
Color Harmonies of #C17F28
Complementary color
Monochromatic Colors of #C17F28
Black with #C17F28
Text Example
Text Example
White with #C17F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17F28; }
p { color: rgb(193,127,40); }
H1.HeaderClassName
{
color: #C17F28;
}
.AnyTagClassName
{
color: #C17F28;
}
</style>
background-color css
<style>
a { background-color: #C17F28; }
a { background-color: rgb(193,127,40); }
div.DivClassName
{
background-color: #C17F28;
}
.BgClassName
{
background-color: #C17F28;
}
</style>
border-color css
<style>
span { border-color: #C17F28; }
span { border-color: rgb(193,127,40); }
td.TdClassName
{
border-color: #C17F28;
}
.TagClassName
{
border-color: #C17F28;
}
</style>