Shades of Twine #C78F54
Tints of Twine #C78F54
RGB
CMYK
RGB Variations
Color information
#C78F54 (or 0xC78F54) is known color: Twine. HEX triplet: C7, 8F and 54. RGB value is (199,143,84). Sum of RGB (Red+Green+Blue) = 199+143+84=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78F54 is #3870AB. Grayscale: #999999. Windows color (decimal): -3698860 or 5541831. OLE color: 5541831.
HSL color Cylindrical-coordinate representation of color #C78F54: hue angle of 30.78º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C78F54 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 143 | 84 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.22 |
| HSL | 30.78º | 0.51% | 0.55% | - |
| HSV(B) | 30.78º | 0.58% | 0.78% | - |
| XYZ | 34.98 | 32.43 | 12.8 | - |
| YUV | 153.02 | 89.05 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 143 | 84 | 0 | 0.28 | 0.58 | 0.22 | 30.78 | 0.51 | 0.55 |
| Hex | C7 | 8F | 54 | 0 | 1C | 3A | 16 | 1F | 33 | 37 |
| Octal | 307 | 217 | 124 | 0 | 34 | 72 | 26 | 37 | 63 | 67 |
| Binary | 11000111 | 10001111 | 1010100 | 0 | 11100 | 111010 | 10110 | 11111 | 110011 | 110111 |
Color Harmonies of #C78F54
Complementary color
Monochromatic Colors of #C78F54
Black with #C78F54
Text Example
Text Example
White with #C78F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78F54; }
p { color: rgb(199,143,84); }
H1.HeaderClassName
{
color: #C78F54;
}
.AnyTagClassName
{
color: #C78F54;
}
</style>
background-color css
<style>
a { background-color: #C78F54; }
a { background-color: rgb(199,143,84); }
div.DivClassName
{
background-color: #C78F54;
}
.BgClassName
{
background-color: #C78F54;
}
</style>
border-color css
<style>
span { border-color: #C78F54; }
span { border-color: rgb(199,143,84); }
td.TdClassName
{
border-color: #C78F54;
}
.TagClassName
{
border-color: #C78F54;
}
</style>