Shades of Geebung #C08427
Tints of Geebung #C08427
RGB
CMYK
RGB Variations
Color information
#C08427 (or 0xC08427) is known color: Geebung. HEX triplet: C0, 84 and 27. RGB value is (192,132,39). Sum of RGB (Red+Green+Blue) = 192+132+39=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C08427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08427 is #3F7BD8. Grayscale: #8B8B8B. Windows color (decimal): -4160473 or 2589888. OLE color: 2589888.
HSL color Cylindrical-coordinate representation of color #C08427: hue angle of 36.47º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C08427 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 39 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.25 |
| HSL | 36.47º | 0.66% | 0.45% | - |
| HSV(B) | 36.47º | 0.8% | 0.75% | - |
| XYZ | 30.36 | 27.86 | 5.7 | - |
| YUV | 139.34 | 71.38 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 39 | 0 | 0.31 | 0.80 | 0.25 | 36.47 | 0.66 | 0.45 |
| Hex | C0 | 84 | 27 | 0 | 1F | 50 | 19 | 24 | 42 | 2D |
| Octal | 300 | 204 | 47 | 0 | 37 | 120 | 31 | 44 | 102 | 55 |
| Binary | 11000000 | 10000100 | 100111 | 0 | 11111 | 1010000 | 11001 | 100100 | 1000010 | 101101 |
Color Harmonies of #C08427
Complementary color
Monochromatic Colors of #C08427
Black with #C08427
Text Example
Text Example
White with #C08427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08427; }
p { color: rgb(192,132,39); }
H1.HeaderClassName
{
color: #C08427;
}
.AnyTagClassName
{
color: #C08427;
}
</style>
background-color css
<style>
a { background-color: #C08427; }
a { background-color: rgb(192,132,39); }
div.DivClassName
{
background-color: #C08427;
}
.BgClassName
{
background-color: #C08427;
}
</style>
border-color css
<style>
span { border-color: #C08427; }
span { border-color: rgb(192,132,39); }
td.TdClassName
{
border-color: #C08427;
}
.TagClassName
{
border-color: #C08427;
}
</style>