Shades of Twine #C28E50
Tints of Twine #C28E50
RGB
CMYK
RGB Variations
Color information
#C28E50 (or 0xC28E50) is known color: Twine. HEX triplet: C2, 8E and 50. RGB value is (194,142,80). Sum of RGB (Red+Green+Blue) = 194+142+80=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E50 is #3D71AF. Grayscale: #969696. Windows color (decimal): -4026800 or 5279426. OLE color: 5279426.
HSL color Cylindrical-coordinate representation of color #C28E50: hue angle of 32.63º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C28E50 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 80 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.24 |
| HSL | 32.63º | 0.48% | 0.54% | - |
| HSV(B) | 32.63º | 0.59% | 0.76% | - |
| XYZ | 33.37 | 31.39 | 11.89 | - |
| YUV | 150.48 | 88.23 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 80 | 0 | 0.27 | 0.59 | 0.24 | 32.63 | 0.48 | 0.54 |
| Hex | C2 | 8E | 50 | 0 | 1B | 3B | 18 | 21 | 30 | 36 |
| Octal | 302 | 216 | 120 | 0 | 33 | 73 | 30 | 41 | 60 | 66 |
| Binary | 11000010 | 10001110 | 1010000 | 0 | 11011 | 111011 | 11000 | 100001 | 110000 | 110110 |
Color Harmonies of #C28E50
Complementary color
Monochromatic Colors of #C28E50
Black with #C28E50
Text Example
Text Example
White with #C28E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E50; }
p { color: rgb(194,142,80); }
H1.HeaderClassName
{
color: #C28E50;
}
.AnyTagClassName
{
color: #C28E50;
}
</style>
background-color css
<style>
a { background-color: #C28E50; }
a { background-color: rgb(194,142,80); }
div.DivClassName
{
background-color: #C28E50;
}
.BgClassName
{
background-color: #C28E50;
}
</style>
border-color css
<style>
span { border-color: #C28E50; }
span { border-color: rgb(194,142,80); }
td.TdClassName
{
border-color: #C28E50;
}
.TagClassName
{
border-color: #C28E50;
}
</style>