Shades of Geebung #C3802B
Tints of Geebung #C3802B
RGB
CMYK
RGB Variations
Color information
#C3802B (or 0xC3802B) is known color: Geebung. HEX triplet: C3, 80 and 2B. RGB value is (195,128,43). Sum of RGB (Red+Green+Blue) = 195+128+43=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C3802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3802B is #3C7FD4. Grayscale: #8A8A8A. Windows color (decimal): -3964885 or 2851011. OLE color: 2851011.
HSL color Cylindrical-coordinate representation of color #C3802B: hue angle of 33.55º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3802B is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 43 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.24 |
| HSL | 33.55º | 0.64% | 0.47% | - |
| HSV(B) | 33.55º | 0.78% | 0.76% | - |
| XYZ | 30.66 | 27.21 | 5.92 | - |
| YUV | 138.34 | 74.2 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 43 | 0 | 0.34 | 0.78 | 0.24 | 33.55 | 0.64 | 0.47 |
| Hex | C3 | 80 | 2B | 0 | 22 | 4E | 18 | 22 | 40 | 2F |
| Octal | 303 | 200 | 53 | 0 | 42 | 116 | 30 | 42 | 100 | 57 |
| Binary | 11000011 | 10000000 | 101011 | 0 | 100010 | 1001110 | 11000 | 100010 | 1000000 | 101111 |
Color Harmonies of #C3802B
Complementary color
Monochromatic Colors of #C3802B
Black with #C3802B
Text Example
Text Example
White with #C3802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3802B; }
p { color: rgb(195,128,43); }
H1.HeaderClassName
{
color: #C3802B;
}
.AnyTagClassName
{
color: #C3802B;
}
</style>
background-color css
<style>
a { background-color: #C3802B; }
a { background-color: rgb(195,128,43); }
div.DivClassName
{
background-color: #C3802B;
}
.BgClassName
{
background-color: #C3802B;
}
</style>
border-color css
<style>
span { border-color: #C3802B; }
span { border-color: rgb(195,128,43); }
td.TdClassName
{
border-color: #C3802B;
}
.TagClassName
{
border-color: #C3802B;
}
</style>