Shades of Twine #C48C58
Tints of Twine #C48C58
RGB
CMYK
RGB Variations
Color information
#C48C58 (or 0xC48C58) is known color: Twine. HEX triplet: C4, 8C and 58. RGB value is (196,140,88). Sum of RGB (Red+Green+Blue) = 196+140+88=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48C58 is #3B73A7. Grayscale: #979797. Windows color (decimal): -3896232 or 5803204. OLE color: 5803204.
HSL color Cylindrical-coordinate representation of color #C48C58: hue angle of 28.89º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C48C58 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 88 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.23 |
| HSL | 28.89º | 0.48% | 0.56% | - |
| HSV(B) | 28.89º | 0.55% | 0.77% | - |
| XYZ | 33.9 | 31.2 | 13.47 | - |
| YUV | 150.82 | 92.55 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 88 | 0 | 0.29 | 0.55 | 0.23 | 28.89 | 0.48 | 0.56 |
| Hex | C4 | 8C | 58 | 0 | 1D | 37 | 17 | 1D | 30 | 38 |
| Octal | 304 | 214 | 130 | 0 | 35 | 67 | 27 | 35 | 60 | 70 |
| Binary | 11000100 | 10001100 | 1011000 | 0 | 11101 | 110111 | 10111 | 11101 | 110000 | 111000 |
Color Harmonies of #C48C58
Complementary color
Monochromatic Colors of #C48C58
Black with #C48C58
Text Example
Text Example
White with #C48C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C58; }
p { color: rgb(196,140,88); }
H1.HeaderClassName
{
color: #C48C58;
}
.AnyTagClassName
{
color: #C48C58;
}
</style>
background-color css
<style>
a { background-color: #C48C58; }
a { background-color: rgb(196,140,88); }
div.DivClassName
{
background-color: #C48C58;
}
.BgClassName
{
background-color: #C48C58;
}
</style>
border-color css
<style>
span { border-color: #C48C58; }
span { border-color: rgb(196,140,88); }
td.TdClassName
{
border-color: #C48C58;
}
.TagClassName
{
border-color: #C48C58;
}
</style>