Shades of Geebung #C98A1B
Tints of Geebung #C98A1B
RGB
CMYK
RGB Variations
Color information
#C98A1B (or 0xC98A1B) is known color: Geebung. HEX triplet: C9, 8A and 1B. RGB value is (201,138,27). Sum of RGB (Red+Green+Blue) = 201+138+27=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98A1B is #3675E4. Grayscale: #909090. Windows color (decimal): -3569125 or 1805001. OLE color: 1805001.
HSL color Cylindrical-coordinate representation of color #C98A1B: hue angle of 38.28º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C98A1B is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 27 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.21 |
| HSL | 38.28º | 0.76% | 0.45% | - |
| HSV(B) | 38.28º | 0.87% | 0.79% | - |
| XYZ | 33.37 | 30.67 | 5.2 | - |
| YUV | 144.18 | 61.87 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 27 | 0 | 0.31 | 0.87 | 0.21 | 38.28 | 0.76 | 0.45 |
| Hex | C9 | 8A | 1B | 0 | 1F | 57 | 15 | 26 | 4C | 2D |
| Octal | 311 | 212 | 33 | 0 | 37 | 127 | 25 | 46 | 114 | 55 |
| Binary | 11001001 | 10001010 | 11011 | 0 | 11111 | 1010111 | 10101 | 100110 | 1001100 | 101101 |
Color Harmonies of #C98A1B
Complementary color
Monochromatic Colors of #C98A1B
Black with #C98A1B
Text Example
Text Example
White with #C98A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98A1B; }
p { color: rgb(201,138,27); }
H1.HeaderClassName
{
color: #C98A1B;
}
.AnyTagClassName
{
color: #C98A1B;
}
</style>
background-color css
<style>
a { background-color: #C98A1B; }
a { background-color: rgb(201,138,27); }
div.DivClassName
{
background-color: #C98A1B;
}
.BgClassName
{
background-color: #C98A1B;
}
</style>
border-color css
<style>
span { border-color: #C98A1B; }
span { border-color: rgb(201,138,27); }
td.TdClassName
{
border-color: #C98A1B;
}
.TagClassName
{
border-color: #C98A1B;
}
</style>