Shades of Twine #C28E55
Tints of Twine #C28E55
RGB
CMYK
RGB Variations
Color information
#C28E55 (or 0xC28E55) is known color: Twine. HEX triplet: C2, 8E and 55. RGB value is (194,142,85). Sum of RGB (Red+Green+Blue) = 194+142+85=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E55 is #3D71AA. Grayscale: #979797. Windows color (decimal): -4026795 or 5607106. OLE color: 5607106.
HSL color Cylindrical-coordinate representation of color #C28E55: hue angle of 31.38º 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 #C28E55 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 85 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.24 |
| HSL | 31.38º | 0.47% | 0.55% | - |
| HSV(B) | 31.38º | 0.56% | 0.76% | - |
| XYZ | 33.56 | 31.47 | 12.9 | - |
| YUV | 151.05 | 90.73 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 85 | 0 | 0.27 | 0.56 | 0.24 | 31.38 | 0.47 | 0.55 |
| Hex | C2 | 8E | 55 | 0 | 1B | 38 | 18 | 1F | 2F | 37 |
| Octal | 302 | 216 | 125 | 0 | 33 | 70 | 30 | 37 | 57 | 67 |
| Binary | 11000010 | 10001110 | 1010101 | 0 | 11011 | 111000 | 11000 | 11111 | 101111 | 110111 |
Color Harmonies of #C28E55
Complementary color
Monochromatic Colors of #C28E55
Black with #C28E55
Text Example
Text Example
White with #C28E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E55; }
p { color: rgb(194,142,85); }
H1.HeaderClassName
{
color: #C28E55;
}
.AnyTagClassName
{
color: #C28E55;
}
</style>
background-color css
<style>
a { background-color: #C28E55; }
a { background-color: rgb(194,142,85); }
div.DivClassName
{
background-color: #C28E55;
}
.BgClassName
{
background-color: #C28E55;
}
</style>
border-color css
<style>
span { border-color: #C28E55; }
span { border-color: rgb(194,142,85); }
td.TdClassName
{
border-color: #C28E55;
}
.TagClassName
{
border-color: #C28E55;
}
</style>