Shades of Twine #C28E54
Tints of Twine #C28E54
RGB
CMYK
RGB Variations
Color information
#C28E54 (or 0xC28E54) is known color: Twine. HEX triplet: C2, 8E and 54. RGB value is (194,142,84). Sum of RGB (Red+Green+Blue) = 194+142+84=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E54 is #3D71AB. Grayscale: #979797. Windows color (decimal): -4026796 or 5541570. OLE color: 5541570.
HSL color Cylindrical-coordinate representation of color #C28E54: hue angle of 31.64º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C28E54 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 84 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.24 |
| HSL | 31.64º | 0.47% | 0.55% | - |
| HSV(B) | 31.64º | 0.57% | 0.76% | - |
| XYZ | 33.52 | 31.46 | 12.69 | - |
| YUV | 150.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 84 | 0 | 0.27 | 0.57 | 0.24 | 31.64 | 0.47 | 0.55 |
| Hex | C2 | 8E | 54 | 0 | 1B | 39 | 18 | 20 | 2F | 37 |
| Octal | 302 | 216 | 124 | 0 | 33 | 71 | 30 | 40 | 57 | 67 |
| Binary | 11000010 | 10001110 | 1010100 | 0 | 11011 | 111001 | 11000 | 100000 | 101111 | 110111 |
Color Harmonies of #C28E54
Complementary color
Monochromatic Colors of #C28E54
Black with #C28E54
Text Example
Text Example
White with #C28E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E54; }
p { color: rgb(194,142,84); }
H1.HeaderClassName
{
color: #C28E54;
}
.AnyTagClassName
{
color: #C28E54;
}
</style>
background-color css
<style>
a { background-color: #C28E54; }
a { background-color: rgb(194,142,84); }
div.DivClassName
{
background-color: #C28E54;
}
.BgClassName
{
background-color: #C28E54;
}
</style>
border-color css
<style>
span { border-color: #C28E54; }
span { border-color: rgb(194,142,84); }
td.TdClassName
{
border-color: #C28E54;
}
.TagClassName
{
border-color: #C28E54;
}
</style>