Shades of Geebung #C7802B
Tints of Geebung #C7802B
RGB
CMYK
RGB Variations
Color information
#C7802B (or 0xC7802B) is known color: Geebung. HEX triplet: C7, 80 and 2B. RGB value is (199,128,43). Sum of RGB (Red+Green+Blue) = 199+128+43=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C7802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7802B is #387FD4. Grayscale: #8B8B8B. Windows color (decimal): -3702741 or 2851015. OLE color: 2851015.
HSL color Cylindrical-coordinate representation of color #C7802B: hue angle of 32.69º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7802B is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 43 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.22 |
| HSL | 32.69º | 0.64% | 0.47% | - |
| HSV(B) | 32.69º | 0.78% | 0.78% | - |
| XYZ | 31.71 | 27.75 | 5.97 | - |
| YUV | 139.54 | 73.52 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 43 | 0 | 0.36 | 0.78 | 0.22 | 32.69 | 0.64 | 0.47 |
| Hex | C7 | 80 | 2B | 0 | 24 | 4E | 16 | 21 | 40 | 2F |
| Octal | 307 | 200 | 53 | 0 | 44 | 116 | 26 | 41 | 100 | 57 |
| Binary | 11000111 | 10000000 | 101011 | 0 | 100100 | 1001110 | 10110 | 100001 | 1000000 | 101111 |
Color Harmonies of #C7802B
Complementary color
Monochromatic Colors of #C7802B
Black with #C7802B
Text Example
Text Example
White with #C7802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7802B; }
p { color: rgb(199,128,43); }
H1.HeaderClassName
{
color: #C7802B;
}
.AnyTagClassName
{
color: #C7802B;
}
</style>
background-color css
<style>
a { background-color: #C7802B; }
a { background-color: rgb(199,128,43); }
div.DivClassName
{
background-color: #C7802B;
}
.BgClassName
{
background-color: #C7802B;
}
</style>
border-color css
<style>
span { border-color: #C7802B; }
span { border-color: rgb(199,128,43); }
td.TdClassName
{
border-color: #C7802B;
}
.TagClassName
{
border-color: #C7802B;
}
</style>