Shades of Geebung #C17F2D
Tints of Geebung #C17F2D
RGB
CMYK
RGB Variations
Color information
#C17F2D (or 0xC17F2D) is known color: Geebung. HEX triplet: C1, 7F and 2D. RGB value is (193,127,45). Sum of RGB (Red+Green+Blue) = 193+127+45=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17F2D is #3E80D2. Grayscale: #898989. Windows color (decimal): -4096211 or 2981825. OLE color: 2981825.
HSL color Cylindrical-coordinate representation of color #C17F2D: hue angle of 33.24º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C17F2D is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 45 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.24 |
| HSL | 33.24º | 0.62% | 0.47% | - |
| HSV(B) | 33.24º | 0.77% | 0.76% | - |
| XYZ | 30.06 | 26.71 | 6.05 | - |
| YUV | 137.39 | 75.87 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 45 | 0 | 0.34 | 0.77 | 0.24 | 33.24 | 0.62 | 0.47 |
| Hex | C1 | 7F | 2D | 0 | 22 | 4D | 18 | 21 | 3E | 2F |
| Octal | 301 | 177 | 55 | 0 | 42 | 115 | 30 | 41 | 76 | 57 |
| Binary | 11000001 | 1111111 | 101101 | 0 | 100010 | 1001101 | 11000 | 100001 | 111110 | 101111 |
Color Harmonies of #C17F2D
Complementary color
Monochromatic Colors of #C17F2D
Black with #C17F2D
Text Example
Text Example
White with #C17F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17F2D; }
p { color: rgb(193,127,45); }
H1.HeaderClassName
{
color: #C17F2D;
}
.AnyTagClassName
{
color: #C17F2D;
}
</style>
background-color css
<style>
a { background-color: #C17F2D; }
a { background-color: rgb(193,127,45); }
div.DivClassName
{
background-color: #C17F2D;
}
.BgClassName
{
background-color: #C17F2D;
}
</style>
border-color css
<style>
span { border-color: #C17F2D; }
span { border-color: rgb(193,127,45); }
td.TdClassName
{
border-color: #C17F2D;
}
.TagClassName
{
border-color: #C17F2D;
}
</style>