Shades of Geebung #C38030
Tints of Geebung #C38030
RGB
CMYK
RGB Variations
Color information
#C38030 (or 0xC38030) is known color: Geebung. HEX triplet: C3, 80 and 30. RGB value is (195,128,48). Sum of RGB (Red+Green+Blue) = 195+128+48=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C38030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38030 is #3C7FCF. Grayscale: #8B8B8B. Windows color (decimal): -3964880 or 3178691. OLE color: 3178691.
HSL color Cylindrical-coordinate representation of color #C38030: hue angle of 32.65º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C38030 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 48 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.24 |
| HSL | 32.65º | 0.6% | 0.48% | - |
| HSV(B) | 32.65º | 0.75% | 0.76% | - |
| XYZ | 30.76 | 27.25 | 6.44 | - |
| YUV | 138.91 | 76.7 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 48 | 0 | 0.34 | 0.75 | 0.24 | 32.65 | 0.6 | 0.48 |
| Hex | C3 | 80 | 30 | 0 | 22 | 4B | 18 | 21 | 3C | 30 |
| Octal | 303 | 200 | 60 | 0 | 42 | 113 | 30 | 41 | 74 | 60 |
| Binary | 11000011 | 10000000 | 110000 | 0 | 100010 | 1001011 | 11000 | 100001 | 111100 | 110000 |
Color Harmonies of #C38030
Complementary color
Monochromatic Colors of #C38030
Black with #C38030
Text Example
Text Example
White with #C38030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38030; }
p { color: rgb(195,128,48); }
H1.HeaderClassName
{
color: #C38030;
}
.AnyTagClassName
{
color: #C38030;
}
</style>
background-color css
<style>
a { background-color: #C38030; }
a { background-color: rgb(195,128,48); }
div.DivClassName
{
background-color: #C38030;
}
.BgClassName
{
background-color: #C38030;
}
</style>
border-color css
<style>
span { border-color: #C38030; }
span { border-color: rgb(195,128,48); }
td.TdClassName
{
border-color: #C38030;
}
.TagClassName
{
border-color: #C38030;
}
</style>