Shades of Twine #C48C57
Tints of Twine #C48C57
RGB
CMYK
RGB Variations
Color information
#C48C57 (or 0xC48C57) is known color: Twine. HEX triplet: C4, 8C and 57. RGB value is (196,140,87). Sum of RGB (Red+Green+Blue) = 196+140+87=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48C57 is #3B73A8. Grayscale: #969696. Windows color (decimal): -3896233 or 5737668. OLE color: 5737668.
HSL color Cylindrical-coordinate representation of color #C48C57: hue angle of 29.17º 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 #C48C57 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 87 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.23 |
| HSL | 29.17º | 0.48% | 0.55% | - |
| HSV(B) | 29.17º | 0.56% | 0.77% | - |
| XYZ | 33.86 | 31.18 | 13.25 | - |
| YUV | 150.7 | 92.05 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 87 | 0 | 0.29 | 0.56 | 0.23 | 29.17 | 0.48 | 0.55 |
| Hex | C4 | 8C | 57 | 0 | 1D | 38 | 17 | 1D | 30 | 37 |
| Octal | 304 | 214 | 127 | 0 | 35 | 70 | 27 | 35 | 60 | 67 |
| Binary | 11000100 | 10001100 | 1010111 | 0 | 11101 | 111000 | 10111 | 11101 | 110000 | 110111 |
Color Harmonies of #C48C57
Complementary color
Monochromatic Colors of #C48C57
Black with #C48C57
Text Example
Text Example
White with #C48C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C57; }
p { color: rgb(196,140,87); }
H1.HeaderClassName
{
color: #C48C57;
}
.AnyTagClassName
{
color: #C48C57;
}
</style>
background-color css
<style>
a { background-color: #C48C57; }
a { background-color: rgb(196,140,87); }
div.DivClassName
{
background-color: #C48C57;
}
.BgClassName
{
background-color: #C48C57;
}
</style>
border-color css
<style>
span { border-color: #C48C57; }
span { border-color: rgb(196,140,87); }
td.TdClassName
{
border-color: #C48C57;
}
.TagClassName
{
border-color: #C48C57;
}
</style>