Shades of Geebung #C88123
Tints of Geebung #C88123
RGB
CMYK
RGB Variations
Color information
#C88123 (or 0xC88123) is known color: Geebung. HEX triplet: C8, 81 and 23. RGB value is (200,129,35). Sum of RGB (Red+Green+Blue) = 200+129+35=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 35 (14.06% from 255 or 9.62% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C88123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88123 is #377EDC. Grayscale: #8B8B8B. Windows color (decimal): -3636957 or 2326984. OLE color: 2326984.
HSL color Cylindrical-coordinate representation of color #C88123: hue angle of 34.18º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C88123 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 129 | 35 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.22 |
| HSL | 34.18º | 0.7% | 0.46% | - |
| HSV(B) | 34.18º | 0.83% | 0.78% | - |
| XYZ | 31.97 | 28.1 | 5.33 | - |
| YUV | 139.51 | 69.02 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 35 | 0 | 0.36 | 0.82 | 0.22 | 34.18 | 0.7 | 0.46 |
| Hex | C8 | 81 | 23 | 0 | 24 | 52 | 16 | 22 | 46 | 2E |
| Octal | 310 | 201 | 43 | 0 | 44 | 122 | 26 | 42 | 106 | 56 |
| Binary | 11001000 | 10000001 | 100011 | 0 | 100100 | 1010010 | 10110 | 100010 | 1000110 | 101110 |
Color Harmonies of #C88123
Complementary color
Monochromatic Colors of #C88123
Black with #C88123
Text Example
Text Example
White with #C88123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88123; }
p { color: rgb(200,129,35); }
H1.HeaderClassName
{
color: #C88123;
}
.AnyTagClassName
{
color: #C88123;
}
</style>
background-color css
<style>
a { background-color: #C88123; }
a { background-color: rgb(200,129,35); }
div.DivClassName
{
background-color: #C88123;
}
.BgClassName
{
background-color: #C88123;
}
</style>
border-color css
<style>
span { border-color: #C88123; }
span { border-color: rgb(200,129,35); }
td.TdClassName
{
border-color: #C88123;
}
.TagClassName
{
border-color: #C88123;
}
</style>