Shades of Geebung #C98C2D
Tints of Geebung #C98C2D
RGB
CMYK
RGB Variations
Color information
#C98C2D (or 0xC98C2D) is known color: Geebung. HEX triplet: C9, 8C and 2D. RGB value is (201,140,45). Sum of RGB (Red+Green+Blue) = 201+140+45=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98C2D is #3673D2. Grayscale: #939393. Windows color (decimal): -3568595 or 2985161. OLE color: 2985161.
HSL color Cylindrical-coordinate representation of color #C98C2D: hue angle of 36.54º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C98C2D is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 45 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.21 |
| HSL | 36.54º | 0.63% | 0.48% | - |
| HSV(B) | 36.54º | 0.78% | 0.79% | - |
| XYZ | 33.94 | 31.36 | 6.75 | - |
| YUV | 147.41 | 70.21 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 45 | 0 | 0.30 | 0.78 | 0.21 | 36.54 | 0.63 | 0.48 |
| Hex | C9 | 8C | 2D | 0 | 1E | 4E | 15 | 25 | 3F | 30 |
| Octal | 311 | 214 | 55 | 0 | 36 | 116 | 25 | 45 | 77 | 60 |
| Binary | 11001001 | 10001100 | 101101 | 0 | 11110 | 1001110 | 10101 | 100101 | 111111 | 110000 |
Color Harmonies of #C98C2D
Complementary color
Monochromatic Colors of #C98C2D
Black with #C98C2D
Text Example
Text Example
White with #C98C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98C2D; }
p { color: rgb(201,140,45); }
H1.HeaderClassName
{
color: #C98C2D;
}
.AnyTagClassName
{
color: #C98C2D;
}
</style>
background-color css
<style>
a { background-color: #C98C2D; }
a { background-color: rgb(201,140,45); }
div.DivClassName
{
background-color: #C98C2D;
}
.BgClassName
{
background-color: #C98C2D;
}
</style>
border-color css
<style>
span { border-color: #C98C2D; }
span { border-color: rgb(201,140,45); }
td.TdClassName
{
border-color: #C98C2D;
}
.TagClassName
{
border-color: #C98C2D;
}
</style>