Shades of Twine #C78854
Tints of Twine #C78854
RGB
CMYK
RGB Variations
Color information
#C78854 (or 0xC78854) is known color: Twine. HEX triplet: C7, 88 and 54. RGB value is (199,136,84). Sum of RGB (Red+Green+Blue) = 199+136+84=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C78854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78854 is #3877AB. Grayscale: #959595. Windows color (decimal): -3700652 or 5540039. OLE color: 5540039.
HSL color Cylindrical-coordinate representation of color #C78854: hue angle of 27.13º 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 #C78854 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 84 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.22 |
| HSL | 27.13º | 0.51% | 0.55% | - |
| HSV(B) | 27.13º | 0.58% | 0.78% | - |
| XYZ | 33.96 | 30.39 | 12.46 | - |
| YUV | 148.91 | 91.37 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 84 | 0 | 0.32 | 0.58 | 0.22 | 27.13 | 0.51 | 0.55 |
| Hex | C7 | 88 | 54 | 0 | 20 | 3A | 16 | 1B | 33 | 37 |
| Octal | 307 | 210 | 124 | 0 | 40 | 72 | 26 | 33 | 63 | 67 |
| Binary | 11000111 | 10001000 | 1010100 | 0 | 100000 | 111010 | 10110 | 11011 | 110011 | 110111 |
Color Harmonies of #C78854
Complementary color
Monochromatic Colors of #C78854
Black with #C78854
Text Example
Text Example
White with #C78854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78854; }
p { color: rgb(199,136,84); }
H1.HeaderClassName
{
color: #C78854;
}
.AnyTagClassName
{
color: #C78854;
}
</style>
background-color css
<style>
a { background-color: #C78854; }
a { background-color: rgb(199,136,84); }
div.DivClassName
{
background-color: #C78854;
}
.BgClassName
{
background-color: #C78854;
}
</style>
border-color css
<style>
span { border-color: #C78854; }
span { border-color: rgb(199,136,84); }
td.TdClassName
{
border-color: #C78854;
}
.TagClassName
{
border-color: #C78854;
}
</style>