Shades of Twine #C48D56
Tints of Twine #C48D56
RGB
CMYK
RGB Variations
Color information
#C48D56 (or 0xC48D56) is known color: Twine. HEX triplet: C4, 8D and 56. RGB value is (196,141,86). Sum of RGB (Red+Green+Blue) = 196+141+86=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48D56 is #3B72A9. Grayscale: #979797. Windows color (decimal): -3895978 or 5672388. OLE color: 5672388.
HSL color Cylindrical-coordinate representation of color #C48D56: hue angle of 30º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C48D56 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 86 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.23 |
| HSL | 30º | 0.48% | 0.55% | - |
| HSV(B) | 30º | 0.56% | 0.77% | - |
| XYZ | 33.97 | 31.46 | 13.09 | - |
| YUV | 151.18 | 91.22 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 86 | 0 | 0.28 | 0.56 | 0.23 | 30 | 0.48 | 0.55 |
| Hex | C4 | 8D | 56 | 0 | 1C | 38 | 17 | 1E | 30 | 37 |
| Octal | 304 | 215 | 126 | 0 | 34 | 70 | 27 | 36 | 60 | 67 |
| Binary | 11000100 | 10001101 | 1010110 | 0 | 11100 | 111000 | 10111 | 11110 | 110000 | 110111 |
Color Harmonies of #C48D56
Complementary color
Monochromatic Colors of #C48D56
Black with #C48D56
Text Example
Text Example
White with #C48D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48D56; }
p { color: rgb(196,141,86); }
H1.HeaderClassName
{
color: #C48D56;
}
.AnyTagClassName
{
color: #C48D56;
}
</style>
background-color css
<style>
a { background-color: #C48D56; }
a { background-color: rgb(196,141,86); }
div.DivClassName
{
background-color: #C48D56;
}
.BgClassName
{
background-color: #C48D56;
}
</style>
border-color css
<style>
span { border-color: #C48D56; }
span { border-color: rgb(196,141,86); }
td.TdClassName
{
border-color: #C48D56;
}
.TagClassName
{
border-color: #C48D56;
}
</style>