Shades of Geebung #C7802C
Tints of Geebung #C7802C
RGB
CMYK
RGB Variations
Color information
#C7802C (or 0xC7802C) is known color: Geebung. HEX triplet: C7, 80 and 2C. RGB value is (199,128,44). Sum of RGB (Red+Green+Blue) = 199+128+44=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7802C is #387FD3. Grayscale: #8C8C8C. Windows color (decimal): -3702740 or 2916551. OLE color: 2916551.
HSL color Cylindrical-coordinate representation of color #C7802C: hue angle of 32.52º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7802C is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 44 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.22 |
| HSL | 32.52º | 0.64% | 0.48% | - |
| HSV(B) | 32.52º | 0.78% | 0.78% | - |
| XYZ | 31.73 | 27.76 | 6.07 | - |
| YUV | 139.65 | 74.02 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 44 | 0 | 0.36 | 0.78 | 0.22 | 32.52 | 0.64 | 0.48 |
| Hex | C7 | 80 | 2C | 0 | 24 | 4E | 16 | 21 | 40 | 30 |
| Octal | 307 | 200 | 54 | 0 | 44 | 116 | 26 | 41 | 100 | 60 |
| Binary | 11000111 | 10000000 | 101100 | 0 | 100100 | 1001110 | 10110 | 100001 | 1000000 | 110000 |
Color Harmonies of #C7802C
Complementary color
Monochromatic Colors of #C7802C
Black with #C7802C
Text Example
Text Example
White with #C7802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7802C; }
p { color: rgb(199,128,44); }
H1.HeaderClassName
{
color: #C7802C;
}
.AnyTagClassName
{
color: #C7802C;
}
</style>
background-color css
<style>
a { background-color: #C7802C; }
a { background-color: rgb(199,128,44); }
div.DivClassName
{
background-color: #C7802C;
}
.BgClassName
{
background-color: #C7802C;
}
</style>
border-color css
<style>
span { border-color: #C7802C; }
span { border-color: rgb(199,128,44); }
td.TdClassName
{
border-color: #C7802C;
}
.TagClassName
{
border-color: #C7802C;
}
</style>