Shades of Geebung #C98223
Tints of Geebung #C98223
RGB
CMYK
RGB Variations
Color information
#C98223 (or 0xC98223) is known color: Geebung. HEX triplet: C9, 82 and 23. RGB value is (201,130,35). Sum of RGB (Red+Green+Blue) = 201+130+35=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 35 (14.06% from 255 or 9.56% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C98223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98223 is #367DDC. Grayscale: #8C8C8C. Windows color (decimal): -3571165 or 2327241. OLE color: 2327241.
HSL color Cylindrical-coordinate representation of color #C98223: hue angle of 34.34º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C98223 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 35 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.21 |
| HSL | 34.34º | 0.7% | 0.46% | - |
| HSV(B) | 34.34º | 0.83% | 0.79% | - |
| XYZ | 32.37 | 28.5 | 5.39 | - |
| YUV | 140.4 | 68.52 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 35 | 0 | 0.35 | 0.83 | 0.21 | 34.34 | 0.7 | 0.46 |
| Hex | C9 | 82 | 23 | 0 | 23 | 53 | 15 | 22 | 46 | 2E |
| Octal | 311 | 202 | 43 | 0 | 43 | 123 | 25 | 42 | 106 | 56 |
| Binary | 11001001 | 10000010 | 100011 | 0 | 100011 | 1010011 | 10101 | 100010 | 1000110 | 101110 |
Color Harmonies of #C98223
Complementary color
Monochromatic Colors of #C98223
Black with #C98223
Text Example
Text Example
White with #C98223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98223; }
p { color: rgb(201,130,35); }
H1.HeaderClassName
{
color: #C98223;
}
.AnyTagClassName
{
color: #C98223;
}
</style>
background-color css
<style>
a { background-color: #C98223; }
a { background-color: rgb(201,130,35); }
div.DivClassName
{
background-color: #C98223;
}
.BgClassName
{
background-color: #C98223;
}
</style>
border-color css
<style>
span { border-color: #C98223; }
span { border-color: rgb(201,130,35); }
td.TdClassName
{
border-color: #C98223;
}
.TagClassName
{
border-color: #C98223;
}
</style>