Shades of Twine #C28557
Tints of Twine #C28557
RGB
CMYK
RGB Variations
Color information
#C28557 (or 0xC28557) is known color: Twine. HEX triplet: C2, 85 and 57. RGB value is (194,133,87). Sum of RGB (Red+Green+Blue) = 194+133+87=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C28557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28557 is #3D7AA8. Grayscale: #929292. Windows color (decimal): -4029097 or 5735874. OLE color: 5735874.
HSL color Cylindrical-coordinate representation of color #C28557: hue angle of 25.79º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C28557 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 87 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.24 |
| HSL | 25.79º | 0.47% | 0.55% | - |
| HSV(B) | 25.79º | 0.55% | 0.76% | - |
| XYZ | 32.36 | 28.93 | 12.9 | - |
| YUV | 146 | 94.71 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 87 | 0 | 0.31 | 0.55 | 0.24 | 25.79 | 0.47 | 0.55 |
| Hex | C2 | 85 | 57 | 0 | 1F | 37 | 18 | 1A | 2F | 37 |
| Octal | 302 | 205 | 127 | 0 | 37 | 67 | 30 | 32 | 57 | 67 |
| Binary | 11000010 | 10000101 | 1010111 | 0 | 11111 | 110111 | 11000 | 11010 | 101111 | 110111 |
Color Harmonies of #C28557
Complementary color
Monochromatic Colors of #C28557
Black with #C28557
Text Example
Text Example
White with #C28557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28557; }
p { color: rgb(194,133,87); }
H1.HeaderClassName
{
color: #C28557;
}
.AnyTagClassName
{
color: #C28557;
}
</style>
background-color css
<style>
a { background-color: #C28557; }
a { background-color: rgb(194,133,87); }
div.DivClassName
{
background-color: #C28557;
}
.BgClassName
{
background-color: #C28557;
}
</style>
border-color css
<style>
span { border-color: #C28557; }
span { border-color: rgb(194,133,87); }
td.TdClassName
{
border-color: #C28557;
}
.TagClassName
{
border-color: #C28557;
}
</style>