Shades of Twine #C28956
Tints of Twine #C28956
RGB
CMYK
RGB Variations
Color information
#C28956 (or 0xC28956) is known color: Twine. HEX triplet: C2, 89 and 56. RGB value is (194,137,86). Sum of RGB (Red+Green+Blue) = 194+137+86=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C28956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28956 is #3D76A9. Grayscale: #949494. Windows color (decimal): -4028074 or 5671362. OLE color: 5671362.
HSL color Cylindrical-coordinate representation of color #C28956: hue angle of 28.33º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C28956 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 86 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.24 |
| HSL | 28.33º | 0.47% | 0.55% | - |
| HSV(B) | 28.33º | 0.56% | 0.76% | - |
| XYZ | 32.87 | 30.03 | 12.87 | - |
| YUV | 148.23 | 92.88 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 86 | 0 | 0.29 | 0.56 | 0.24 | 28.33 | 0.47 | 0.55 |
| Hex | C2 | 89 | 56 | 0 | 1D | 38 | 18 | 1C | 2F | 37 |
| Octal | 302 | 211 | 126 | 0 | 35 | 70 | 30 | 34 | 57 | 67 |
| Binary | 11000010 | 10001001 | 1010110 | 0 | 11101 | 111000 | 11000 | 11100 | 101111 | 110111 |
Color Harmonies of #C28956
Complementary color
Monochromatic Colors of #C28956
Black with #C28956
Text Example
Text Example
White with #C28956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28956; }
p { color: rgb(194,137,86); }
H1.HeaderClassName
{
color: #C28956;
}
.AnyTagClassName
{
color: #C28956;
}
</style>
background-color css
<style>
a { background-color: #C28956; }
a { background-color: rgb(194,137,86); }
div.DivClassName
{
background-color: #C28956;
}
.BgClassName
{
background-color: #C28956;
}
</style>
border-color css
<style>
span { border-color: #C28956; }
span { border-color: rgb(194,137,86); }
td.TdClassName
{
border-color: #C28956;
}
.TagClassName
{
border-color: #C28956;
}
</style>