Shades of Geebung #C18023
Tints of Geebung #C18023
RGB
CMYK
RGB Variations
Color information
#C18023 (or 0xC18023) is known color: Geebung. HEX triplet: C1, 80 and 23. RGB value is (193,128,35). Sum of RGB (Red+Green+Blue) = 193+128+35=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 35 (14.06% from 255 or 9.83% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C18023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18023 is #3E7FDC. Grayscale: #898989. Windows color (decimal): -4095965 or 2326721. OLE color: 2326721.
HSL color Cylindrical-coordinate representation of color #C18023: hue angle of 35.32º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C18023 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 35 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.24 |
| HSL | 35.32º | 0.69% | 0.45% | - |
| HSV(B) | 35.32º | 0.82% | 0.76% | - |
| XYZ | 30.01 | 26.9 | 5.2 | - |
| YUV | 136.83 | 70.53 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 35 | 0 | 0.34 | 0.82 | 0.24 | 35.32 | 0.69 | 0.45 |
| Hex | C1 | 80 | 23 | 0 | 22 | 52 | 18 | 23 | 45 | 2D |
| Octal | 301 | 200 | 43 | 0 | 42 | 122 | 30 | 43 | 105 | 55 |
| Binary | 11000001 | 10000000 | 100011 | 0 | 100010 | 1010010 | 11000 | 100011 | 1000101 | 101101 |
Color Harmonies of #C18023
Complementary color
Monochromatic Colors of #C18023
Black with #C18023
Text Example
Text Example
White with #C18023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18023; }
p { color: rgb(193,128,35); }
H1.HeaderClassName
{
color: #C18023;
}
.AnyTagClassName
{
color: #C18023;
}
</style>
background-color css
<style>
a { background-color: #C18023; }
a { background-color: rgb(193,128,35); }
div.DivClassName
{
background-color: #C18023;
}
.BgClassName
{
background-color: #C18023;
}
</style>
border-color css
<style>
span { border-color: #C18023; }
span { border-color: rgb(193,128,35); }
td.TdClassName
{
border-color: #C18023;
}
.TagClassName
{
border-color: #C18023;
}
</style>