Shades of Geebung #C88527
Tints of Geebung #C88527
RGB
CMYK
RGB Variations
Color information
#C88527 (or 0xC88527) is known color: Geebung. HEX triplet: C8, 85 and 27. RGB value is (200,133,39). Sum of RGB (Red+Green+Blue) = 200+133+39=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 39 (15.62% from 255 or 10.48% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C88527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88527 is #377AD8. Grayscale: #8E8E8E. Windows color (decimal): -3635929 or 2590152. OLE color: 2590152.
HSL color Cylindrical-coordinate representation of color #C88527: hue angle of 35.03º 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 #C88527 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 39 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.22 |
| HSL | 35.03º | 0.67% | 0.47% | - |
| HSV(B) | 35.03º | 0.81% | 0.78% | - |
| XYZ | 32.57 | 29.2 | 5.84 | - |
| YUV | 142.32 | 69.7 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 39 | 0 | 0.34 | 0.80 | 0.22 | 35.03 | 0.67 | 0.47 |
| Hex | C8 | 85 | 27 | 0 | 22 | 50 | 16 | 23 | 43 | 2F |
| Octal | 310 | 205 | 47 | 0 | 42 | 120 | 26 | 43 | 103 | 57 |
| Binary | 11001000 | 10000101 | 100111 | 0 | 100010 | 1010000 | 10110 | 100011 | 1000011 | 101111 |
Color Harmonies of #C88527
Complementary color
Monochromatic Colors of #C88527
Black with #C88527
Text Example
Text Example
White with #C88527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88527; }
p { color: rgb(200,133,39); }
H1.HeaderClassName
{
color: #C88527;
}
.AnyTagClassName
{
color: #C88527;
}
</style>
background-color css
<style>
a { background-color: #C88527; }
a { background-color: rgb(200,133,39); }
div.DivClassName
{
background-color: #C88527;
}
.BgClassName
{
background-color: #C88527;
}
</style>
border-color css
<style>
span { border-color: #C88527; }
span { border-color: rgb(200,133,39); }
td.TdClassName
{
border-color: #C88527;
}
.TagClassName
{
border-color: #C88527;
}
</style>