Shades of Geebung #C88A1F
Tints of Geebung #C88A1F
RGB
CMYK
RGB Variations
Color information
#C88A1F (or 0xC88A1F) is known color: Geebung. HEX triplet: C8, 8A and 1F. RGB value is (200,138,31). Sum of RGB (Red+Green+Blue) = 200+138+31=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88A1F is #3775E0. Grayscale: #909090. Windows color (decimal): -3634657 or 2067144. OLE color: 2067144.
HSL color Cylindrical-coordinate representation of color #C88A1F: hue angle of 37.99º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C88A1F is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 138 | 31 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.22 |
| HSL | 37.99º | 0.73% | 0.45% | - |
| HSV(B) | 37.99º | 0.85% | 0.78% | - |
| XYZ | 33.16 | 30.56 | 5.45 | - |
| YUV | 144.34 | 64.04 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 31 | 0 | 0.31 | 0.84 | 0.22 | 37.99 | 0.73 | 0.45 |
| Hex | C8 | 8A | 1F | 0 | 1F | 54 | 16 | 26 | 49 | 2D |
| Octal | 310 | 212 | 37 | 0 | 37 | 124 | 26 | 46 | 111 | 55 |
| Binary | 11001000 | 10001010 | 11111 | 0 | 11111 | 1010100 | 10110 | 100110 | 1001001 | 101101 |
Color Harmonies of #C88A1F
Complementary color
Monochromatic Colors of #C88A1F
Black with #C88A1F
Text Example
Text Example
White with #C88A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88A1F; }
p { color: rgb(200,138,31); }
H1.HeaderClassName
{
color: #C88A1F;
}
.AnyTagClassName
{
color: #C88A1F;
}
</style>
background-color css
<style>
a { background-color: #C88A1F; }
a { background-color: rgb(200,138,31); }
div.DivClassName
{
background-color: #C88A1F;
}
.BgClassName
{
background-color: #C88A1F;
}
</style>
border-color css
<style>
span { border-color: #C88A1F; }
span { border-color: rgb(200,138,31); }
td.TdClassName
{
border-color: #C88A1F;
}
.TagClassName
{
border-color: #C88A1F;
}
</style>