Shades of Twine #C28D50
Tints of Twine #C28D50
RGB
CMYK
RGB Variations
Color information
#C28D50 (or 0xC28D50) is known color: Twine. HEX triplet: C2, 8D and 50. RGB value is (194,141,80). Sum of RGB (Red+Green+Blue) = 194+141+80=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D50 is #3D72AF. Grayscale: #969696. Windows color (decimal): -4027056 or 5279170. OLE color: 5279170.
HSL color Cylindrical-coordinate representation of color #C28D50: hue angle of 32.11º 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 #C28D50 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 80 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.24 |
| HSL | 32.11º | 0.48% | 0.54% | - |
| HSV(B) | 32.11º | 0.59% | 0.76% | - |
| XYZ | 33.22 | 31.1 | 11.84 | - |
| YUV | 149.89 | 88.56 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 80 | 0 | 0.27 | 0.59 | 0.24 | 32.11 | 0.48 | 0.54 |
| Hex | C2 | 8D | 50 | 0 | 1B | 3B | 18 | 20 | 30 | 36 |
| Octal | 302 | 215 | 120 | 0 | 33 | 73 | 30 | 40 | 60 | 66 |
| Binary | 11000010 | 10001101 | 1010000 | 0 | 11011 | 111011 | 11000 | 100000 | 110000 | 110110 |
Color Harmonies of #C28D50
Complementary color
Monochromatic Colors of #C28D50
Black with #C28D50
Text Example
Text Example
White with #C28D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D50; }
p { color: rgb(194,141,80); }
H1.HeaderClassName
{
color: #C28D50;
}
.AnyTagClassName
{
color: #C28D50;
}
</style>
background-color css
<style>
a { background-color: #C28D50; }
a { background-color: rgb(194,141,80); }
div.DivClassName
{
background-color: #C28D50;
}
.BgClassName
{
background-color: #C28D50;
}
</style>
border-color css
<style>
span { border-color: #C28D50; }
span { border-color: rgb(194,141,80); }
td.TdClassName
{
border-color: #C28D50;
}
.TagClassName
{
border-color: #C28D50;
}
</style>