Shades of Twine #C7894E
Tints of Twine #C7894E
RGB
CMYK
RGB Variations
Color information
#C7894E (or 0xC7894E) is known color: Twine. HEX triplet: C7, 89 and 4E. RGB value is (199,137,78). Sum of RGB (Red+Green+Blue) = 199+137+78=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 78 (30.86% from 255 or 18.84% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C7894E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7894E is #3876B1. Grayscale: #959595. Windows color (decimal): -3700402 or 5147079. OLE color: 5147079.
HSL color Cylindrical-coordinate representation of color #C7894E: hue angle of 29.26º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7894E is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 137 | 78 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.22 |
| HSL | 29.26º | 0.52% | 0.54% | - |
| HSV(B) | 29.26º | 0.61% | 0.78% | - |
| XYZ | 33.87 | 30.58 | 11.33 | - |
| YUV | 148.81 | 88.04 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 137 | 78 | 0 | 0.31 | 0.61 | 0.22 | 29.26 | 0.52 | 0.54 |
| Hex | C7 | 89 | 4E | 0 | 1F | 3D | 16 | 1D | 34 | 36 |
| Octal | 307 | 211 | 116 | 0 | 37 | 75 | 26 | 35 | 64 | 66 |
| Binary | 11000111 | 10001001 | 1001110 | 0 | 11111 | 111101 | 10110 | 11101 | 110100 | 110110 |
Color Harmonies of #C7894E
Complementary color
Monochromatic Colors of #C7894E
Black with #C7894E
Text Example
Text Example
White with #C7894E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7894E; }
p { color: rgb(199,137,78); }
H1.HeaderClassName
{
color: #C7894E;
}
.AnyTagClassName
{
color: #C7894E;
}
</style>
background-color css
<style>
a { background-color: #C7894E; }
a { background-color: rgb(199,137,78); }
div.DivClassName
{
background-color: #C7894E;
}
.BgClassName
{
background-color: #C7894E;
}
</style>
border-color css
<style>
span { border-color: #C7894E; }
span { border-color: rgb(199,137,78); }
td.TdClassName
{
border-color: #C7894E;
}
.TagClassName
{
border-color: #C7894E;
}
</style>