Shades of Twine #C28A56
Tints of Twine #C28A56
RGB
CMYK
RGB Variations
Color information
#C28A56 (or 0xC28A56) is known color: Twine. HEX triplet: C2, 8A and 56. RGB value is (194,138,86). Sum of RGB (Red+Green+Blue) = 194+138+86=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A56 is #3D75A9. Grayscale: #959595. Windows color (decimal): -4027818 or 5671618. OLE color: 5671618.
HSL color Cylindrical-coordinate representation of color #C28A56: hue angle of 28.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 #C28A56 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 86 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.24 |
| HSL | 28.89º | 0.47% | 0.55% | - |
| HSV(B) | 28.89º | 0.56% | 0.76% | - |
| XYZ | 33.02 | 30.32 | 12.92 | - |
| YUV | 148.82 | 92.55 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 86 | 0 | 0.29 | 0.56 | 0.24 | 28.89 | 0.47 | 0.55 |
| Hex | C2 | 8A | 56 | 0 | 1D | 38 | 18 | 1D | 2F | 37 |
| Octal | 302 | 212 | 126 | 0 | 35 | 70 | 30 | 35 | 57 | 67 |
| Binary | 11000010 | 10001010 | 1010110 | 0 | 11101 | 111000 | 11000 | 11101 | 101111 | 110111 |
Color Harmonies of #C28A56
Complementary color
Monochromatic Colors of #C28A56
Black with #C28A56
Text Example
Text Example
White with #C28A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A56; }
p { color: rgb(194,138,86); }
H1.HeaderClassName
{
color: #C28A56;
}
.AnyTagClassName
{
color: #C28A56;
}
</style>
background-color css
<style>
a { background-color: #C28A56; }
a { background-color: rgb(194,138,86); }
div.DivClassName
{
background-color: #C28A56;
}
.BgClassName
{
background-color: #C28A56;
}
</style>
border-color css
<style>
span { border-color: #C28A56; }
span { border-color: rgb(194,138,86); }
td.TdClassName
{
border-color: #C28A56;
}
.TagClassName
{
border-color: #C28A56;
}
</style>