Shades of Twine #C78E55
Tints of Twine #C78E55
RGB
CMYK
RGB Variations
Color information
#C78E55 (or 0xC78E55) is known color: Twine. HEX triplet: C7, 8E and 55. RGB value is (199,142,85). Sum of RGB (Red+Green+Blue) = 199+142+85=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C78E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78E55 is #3871AA. Grayscale: #989898. Windows color (decimal): -3699115 or 5607111. OLE color: 5607111.
HSL color Cylindrical-coordinate representation of color #C78E55: hue angle of 30º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C78E55 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 142 | 85 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.22 |
| HSL | 30º | 0.5% | 0.56% | - |
| HSV(B) | 30º | 0.57% | 0.78% | - |
| XYZ | 34.87 | 32.14 | 12.96 | - |
| YUV | 152.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 142 | 85 | 0 | 0.29 | 0.57 | 0.22 | 30 | 0.5 | 0.56 |
| Hex | C7 | 8E | 55 | 0 | 1D | 39 | 16 | 1E | 32 | 38 |
| Octal | 307 | 216 | 125 | 0 | 35 | 71 | 26 | 36 | 62 | 70 |
| Binary | 11000111 | 10001110 | 1010101 | 0 | 11101 | 111001 | 10110 | 11110 | 110010 | 111000 |
Color Harmonies of #C78E55
Complementary color
Monochromatic Colors of #C78E55
Black with #C78E55
Text Example
Text Example
White with #C78E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78E55; }
p { color: rgb(199,142,85); }
H1.HeaderClassName
{
color: #C78E55;
}
.AnyTagClassName
{
color: #C78E55;
}
</style>
background-color css
<style>
a { background-color: #C78E55; }
a { background-color: rgb(199,142,85); }
div.DivClassName
{
background-color: #C78E55;
}
.BgClassName
{
background-color: #C78E55;
}
</style>
border-color css
<style>
span { border-color: #C78E55; }
span { border-color: rgb(199,142,85); }
td.TdClassName
{
border-color: #C78E55;
}
.TagClassName
{
border-color: #C78E55;
}
</style>