Shades of Twine #C28957
Tints of Twine #C28957
RGB
CMYK
RGB Variations
Color information
#C28957 (or 0xC28957) is known color: Twine. HEX triplet: C2, 89 and 57. RGB value is (194,137,87). Sum of RGB (Red+Green+Blue) = 194+137+87=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C28957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28957 is #3D76A8. Grayscale: #949494. Windows color (decimal): -4028073 or 5736898. OLE color: 5736898.
HSL color Cylindrical-coordinate representation of color #C28957: hue angle of 28.04º 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 #C28957 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 87 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.24 |
| HSL | 28.04º | 0.47% | 0.55% | - |
| HSV(B) | 28.04º | 0.55% | 0.76% | - |
| XYZ | 32.91 | 30.05 | 13.08 | - |
| YUV | 148.34 | 93.38 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 87 | 0 | 0.29 | 0.55 | 0.24 | 28.04 | 0.47 | 0.55 |
| Hex | C2 | 89 | 57 | 0 | 1D | 37 | 18 | 1C | 2F | 37 |
| Octal | 302 | 211 | 127 | 0 | 35 | 67 | 30 | 34 | 57 | 67 |
| Binary | 11000010 | 10001001 | 1010111 | 0 | 11101 | 110111 | 11000 | 11100 | 101111 | 110111 |
Color Harmonies of #C28957
Complementary color
Monochromatic Colors of #C28957
Black with #C28957
Text Example
Text Example
White with #C28957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28957; }
p { color: rgb(194,137,87); }
H1.HeaderClassName
{
color: #C28957;
}
.AnyTagClassName
{
color: #C28957;
}
</style>
background-color css
<style>
a { background-color: #C28957; }
a { background-color: rgb(194,137,87); }
div.DivClassName
{
background-color: #C28957;
}
.BgClassName
{
background-color: #C28957;
}
</style>
border-color css
<style>
span { border-color: #C28957; }
span { border-color: rgb(194,137,87); }
td.TdClassName
{
border-color: #C28957;
}
.TagClassName
{
border-color: #C28957;
}
</style>