Shades of Twine #C78557
Tints of Twine #C78557
RGB
CMYK
RGB Variations
Color information
#C78557 (or 0xC78557) is known color: Twine. HEX triplet: C7, 85 and 57. RGB value is (199,133,87). Sum of RGB (Red+Green+Blue) = 199+133+87=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C78557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78557 is #387AA8. Grayscale: #939393. Windows color (decimal): -3701417 or 5735879. OLE color: 5735879.
HSL color Cylindrical-coordinate representation of color #C78557: hue angle of 24.64º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C78557 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 87 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.22 |
| HSL | 24.64º | 0.5% | 0.56% | - |
| HSV(B) | 24.64º | 0.56% | 0.78% | - |
| XYZ | 33.66 | 29.61 | 12.96 | - |
| YUV | 147.49 | 93.87 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 87 | 0 | 0.33 | 0.56 | 0.22 | 24.64 | 0.5 | 0.56 |
| Hex | C7 | 85 | 57 | 0 | 21 | 38 | 16 | 19 | 32 | 38 |
| Octal | 307 | 205 | 127 | 0 | 41 | 70 | 26 | 31 | 62 | 70 |
| Binary | 11000111 | 10000101 | 1010111 | 0 | 100001 | 111000 | 10110 | 11001 | 110010 | 111000 |
Color Harmonies of #C78557
Complementary color
Monochromatic Colors of #C78557
Black with #C78557
Text Example
Text Example
White with #C78557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78557; }
p { color: rgb(199,133,87); }
H1.HeaderClassName
{
color: #C78557;
}
.AnyTagClassName
{
color: #C78557;
}
</style>
background-color css
<style>
a { background-color: #C78557; }
a { background-color: rgb(199,133,87); }
div.DivClassName
{
background-color: #C78557;
}
.BgClassName
{
background-color: #C78557;
}
</style>
border-color css
<style>
span { border-color: #C78557; }
span { border-color: rgb(199,133,87); }
td.TdClassName
{
border-color: #C78557;
}
.TagClassName
{
border-color: #C78557;
}
</style>