Shades of Geebung #C88A27
Tints of Geebung #C88A27
RGB
CMYK
RGB Variations
Color information
#C88A27 (or 0xC88A27) is known color: Geebung. HEX triplet: C8, 8A and 27. RGB value is (200,138,39). Sum of RGB (Red+Green+Blue) = 200+138+39=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 39 (15.62% from 255 or 10.34% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88A27 is #3775D8. Grayscale: #919191. Windows color (decimal): -3634649 or 2591432. OLE color: 2591432.
HSL color Cylindrical-coordinate representation of color #C88A27: hue angle of 36.89º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C88A27 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 138 | 39 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.22 |
| HSL | 36.89º | 0.67% | 0.47% | - |
| HSV(B) | 36.89º | 0.81% | 0.78% | - |
| XYZ | 33.27 | 30.6 | 6.07 | - |
| YUV | 145.25 | 68.04 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 39 | 0 | 0.31 | 0.80 | 0.22 | 36.89 | 0.67 | 0.47 |
| Hex | C8 | 8A | 27 | 0 | 1F | 50 | 16 | 25 | 43 | 2F |
| Octal | 310 | 212 | 47 | 0 | 37 | 120 | 26 | 45 | 103 | 57 |
| Binary | 11001000 | 10001010 | 100111 | 0 | 11111 | 1010000 | 10110 | 100101 | 1000011 | 101111 |
Color Harmonies of #C88A27
Complementary color
Monochromatic Colors of #C88A27
Black with #C88A27
Text Example
Text Example
White with #C88A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88A27; }
p { color: rgb(200,138,39); }
H1.HeaderClassName
{
color: #C88A27;
}
.AnyTagClassName
{
color: #C88A27;
}
</style>
background-color css
<style>
a { background-color: #C88A27; }
a { background-color: rgb(200,138,39); }
div.DivClassName
{
background-color: #C88A27;
}
.BgClassName
{
background-color: #C88A27;
}
</style>
border-color css
<style>
span { border-color: #C88A27; }
span { border-color: rgb(200,138,39); }
td.TdClassName
{
border-color: #C88A27;
}
.TagClassName
{
border-color: #C88A27;
}
</style>