Shades of Geebung #C87F2F
Tints of Geebung #C87F2F
RGB
CMYK
RGB Variations
Color information
#C87F2F (or 0xC87F2F) is known color: Geebung. HEX triplet: C8, 7F and 2F. RGB value is (200,127,47). Sum of RGB (Red+Green+Blue) = 200+127+47=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87F2F is #3780D0. Grayscale: #8C8C8C. Windows color (decimal): -3637457 or 3112904. OLE color: 3112904.
HSL color Cylindrical-coordinate representation of color #C87F2F: hue angle of 31.37º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C87F2F is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 47 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.22 |
| HSL | 31.37º | 0.62% | 0.48% | - |
| HSV(B) | 31.37º | 0.77% | 0.78% | - |
| XYZ | 31.92 | 27.66 | 6.35 | - |
| YUV | 139.71 | 75.68 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 47 | 0 | 0.36 | 0.76 | 0.22 | 31.37 | 0.62 | 0.48 |
| Hex | C8 | 7F | 2F | 0 | 24 | 4C | 16 | 1F | 3E | 30 |
| Octal | 310 | 177 | 57 | 0 | 44 | 114 | 26 | 37 | 76 | 60 |
| Binary | 11001000 | 1111111 | 101111 | 0 | 100100 | 1001100 | 10110 | 11111 | 111110 | 110000 |
Color Harmonies of #C87F2F
Complementary color
Monochromatic Colors of #C87F2F
Black with #C87F2F
Text Example
Text Example
White with #C87F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87F2F; }
p { color: rgb(200,127,47); }
H1.HeaderClassName
{
color: #C87F2F;
}
.AnyTagClassName
{
color: #C87F2F;
}
</style>
background-color css
<style>
a { background-color: #C87F2F; }
a { background-color: rgb(200,127,47); }
div.DivClassName
{
background-color: #C87F2F;
}
.BgClassName
{
background-color: #C87F2F;
}
</style>
border-color css
<style>
span { border-color: #C87F2F; }
span { border-color: rgb(200,127,47); }
td.TdClassName
{
border-color: #C87F2F;
}
.TagClassName
{
border-color: #C87F2F;
}
</style>