Shades of Twine #C28D5B
Tints of Twine #C28D5B
RGB
CMYK
RGB Variations
Color information
#C28D5B (or 0xC28D5B) is known color: Twine. HEX triplet: C2, 8D and 5B. RGB value is (194,141,91). Sum of RGB (Red+Green+Blue) = 194+141+91=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D5B is #3D72A4. Grayscale: #979797. Windows color (decimal): -4027045 or 6000066. OLE color: 6000066.
HSL color Cylindrical-coordinate representation of color #C28D5B: hue angle of 29.13º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C28D5B is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 91 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.24 |
| HSL | 29.13º | 0.46% | 0.56% | - |
| HSV(B) | 29.13º | 0.53% | 0.76% | - |
| XYZ | 33.66 | 31.27 | 14.16 | - |
| YUV | 151.15 | 94.06 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 91 | 0 | 0.27 | 0.53 | 0.24 | 29.13 | 0.46 | 0.56 |
| Hex | C2 | 8D | 5B | 0 | 1B | 35 | 18 | 1D | 2E | 38 |
| Octal | 302 | 215 | 133 | 0 | 33 | 65 | 30 | 35 | 56 | 70 |
| Binary | 11000010 | 10001101 | 1011011 | 0 | 11011 | 110101 | 11000 | 11101 | 101110 | 111000 |
Color Harmonies of #C28D5B
Complementary color
Monochromatic Colors of #C28D5B
Black with #C28D5B
Text Example
Text Example
White with #C28D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D5B; }
p { color: rgb(194,141,91); }
H1.HeaderClassName
{
color: #C28D5B;
}
.AnyTagClassName
{
color: #C28D5B;
}
</style>
background-color css
<style>
a { background-color: #C28D5B; }
a { background-color: rgb(194,141,91); }
div.DivClassName
{
background-color: #C28D5B;
}
.BgClassName
{
background-color: #C28D5B;
}
</style>
border-color css
<style>
span { border-color: #C28D5B; }
span { border-color: rgb(194,141,91); }
td.TdClassName
{
border-color: #C28D5B;
}
.TagClassName
{
border-color: #C28D5B;
}
</style>