Shades of Twine #C28F55
Tints of Twine #C28F55
RGB
CMYK
RGB Variations
Color information
#C28F55 (or 0xC28F55) is known color: Twine. HEX triplet: C2, 8F and 55. RGB value is (194,143,85). Sum of RGB (Red+Green+Blue) = 194+143+85=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F55 is #3D70AA. Grayscale: #979797. Windows color (decimal): -4026539 or 5607362. OLE color: 5607362.
HSL color Cylindrical-coordinate representation of color #C28F55: hue angle of 31.93º 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 #C28F55 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 85 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.24 |
| HSL | 31.93º | 0.47% | 0.55% | - |
| HSV(B) | 31.93º | 0.56% | 0.76% | - |
| XYZ | 33.71 | 31.77 | 12.95 | - |
| YUV | 151.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 85 | 0 | 0.26 | 0.56 | 0.24 | 31.93 | 0.47 | 0.55 |
| Hex | C2 | 8F | 55 | 0 | 1A | 38 | 18 | 20 | 2F | 37 |
| Octal | 302 | 217 | 125 | 0 | 32 | 70 | 30 | 40 | 57 | 67 |
| Binary | 11000010 | 10001111 | 1010101 | 0 | 11010 | 111000 | 11000 | 100000 | 101111 | 110111 |
Color Harmonies of #C28F55
Complementary color
Monochromatic Colors of #C28F55
Black with #C28F55
Text Example
Text Example
White with #C28F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28F55; }
p { color: rgb(194,143,85); }
H1.HeaderClassName
{
color: #C28F55;
}
.AnyTagClassName
{
color: #C28F55;
}
</style>
background-color css
<style>
a { background-color: #C28F55; }
a { background-color: rgb(194,143,85); }
div.DivClassName
{
background-color: #C28F55;
}
.BgClassName
{
background-color: #C28F55;
}
</style>
border-color css
<style>
span { border-color: #C28F55; }
span { border-color: rgb(194,143,85); }
td.TdClassName
{
border-color: #C28F55;
}
.TagClassName
{
border-color: #C28F55;
}
</style>