Shades of Twine #C28156
Tints of Twine #C28156
RGB
CMYK
RGB Variations
Color information
#C28156 (or 0xC28156) is known color: Twine. HEX triplet: C2, 81 and 56. RGB value is (194,129,86). Sum of RGB (Red+Green+Blue) = 194+129+86=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C28156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28156 is #3D7EA9. Grayscale: #8F8F8F. Windows color (decimal): -4030122 or 5669314. OLE color: 5669314.
HSL color Cylindrical-coordinate representation of color #C28156: hue angle of 23.89º 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 #C28156 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 86 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.24 |
| HSL | 23.89º | 0.47% | 0.55% | - |
| HSV(B) | 23.89º | 0.56% | 0.76% | - |
| XYZ | 31.78 | 27.84 | 12.5 | - |
| YUV | 143.53 | 95.53 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 86 | 0 | 0.34 | 0.56 | 0.24 | 23.89 | 0.47 | 0.55 |
| Hex | C2 | 81 | 56 | 0 | 22 | 38 | 18 | 18 | 2F | 37 |
| Octal | 302 | 201 | 126 | 0 | 42 | 70 | 30 | 30 | 57 | 67 |
| Binary | 11000010 | 10000001 | 1010110 | 0 | 100010 | 111000 | 11000 | 11000 | 101111 | 110111 |
Color Harmonies of #C28156
Complementary color
Monochromatic Colors of #C28156
Black with #C28156
Text Example
Text Example
White with #C28156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28156; }
p { color: rgb(194,129,86); }
H1.HeaderClassName
{
color: #C28156;
}
.AnyTagClassName
{
color: #C28156;
}
</style>
background-color css
<style>
a { background-color: #C28156; }
a { background-color: rgb(194,129,86); }
div.DivClassName
{
background-color: #C28156;
}
.BgClassName
{
background-color: #C28156;
}
</style>
border-color css
<style>
span { border-color: #C28156; }
span { border-color: rgb(194,129,86); }
td.TdClassName
{
border-color: #C28156;
}
.TagClassName
{
border-color: #C28156;
}
</style>