Shades of Geebung #C87F2C
Tints of Geebung #C87F2C
RGB
CMYK
RGB Variations
Color information
#C87F2C (or 0xC87F2C) is known color: Geebung. HEX triplet: C8, 7F and 2C. RGB value is (200,127,44). Sum of RGB (Red+Green+Blue) = 200+127+44=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87F2C is #3780D3. Grayscale: #8B8B8B. Windows color (decimal): -3637460 or 2916296. OLE color: 2916296.
HSL color Cylindrical-coordinate representation of color #C87F2C: hue angle of 31.92º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C87F2C is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 44 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.22 |
| HSL | 31.92º | 0.64% | 0.48% | - |
| HSV(B) | 31.92º | 0.78% | 0.78% | - |
| XYZ | 31.86 | 27.64 | 6.04 | - |
| YUV | 139.37 | 74.18 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 44 | 0 | 0.36 | 0.78 | 0.22 | 31.92 | 0.64 | 0.48 |
| Hex | C8 | 7F | 2C | 0 | 24 | 4E | 16 | 20 | 40 | 30 |
| Octal | 310 | 177 | 54 | 0 | 44 | 116 | 26 | 40 | 100 | 60 |
| Binary | 11001000 | 1111111 | 101100 | 0 | 100100 | 1001110 | 10110 | 100000 | 1000000 | 110000 |
Color Harmonies of #C87F2C
Complementary color
Monochromatic Colors of #C87F2C
Black with #C87F2C
Text Example
Text Example
White with #C87F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87F2C; }
p { color: rgb(200,127,44); }
H1.HeaderClassName
{
color: #C87F2C;
}
.AnyTagClassName
{
color: #C87F2C;
}
</style>
background-color css
<style>
a { background-color: #C87F2C; }
a { background-color: rgb(200,127,44); }
div.DivClassName
{
background-color: #C87F2C;
}
.BgClassName
{
background-color: #C87F2C;
}
</style>
border-color css
<style>
span { border-color: #C87F2C; }
span { border-color: rgb(200,127,44); }
td.TdClassName
{
border-color: #C87F2C;
}
.TagClassName
{
border-color: #C87F2C;
}
</style>