Shades of Twine #C48355
Tints of Twine #C48355
RGB
CMYK
RGB Variations
Color information
#C48355 (or 0xC48355) is known color: Twine. HEX triplet: C4, 83 and 55. RGB value is (196,131,85). Sum of RGB (Red+Green+Blue) = 196+131+85=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C48355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48355 is #3B7CAA. Grayscale: #919191. Windows color (decimal): -3898539 or 5604292. OLE color: 5604292.
HSL color Cylindrical-coordinate representation of color #C48355: hue angle of 24.86º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C48355 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 85 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.23 |
| HSL | 24.86º | 0.48% | 0.55% | - |
| HSV(B) | 24.86º | 0.57% | 0.77% | - |
| XYZ | 32.52 | 28.62 | 12.41 | - |
| YUV | 145.19 | 94.03 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 85 | 0 | 0.33 | 0.57 | 0.23 | 24.86 | 0.48 | 0.55 |
| Hex | C4 | 83 | 55 | 0 | 21 | 39 | 17 | 19 | 30 | 37 |
| Octal | 304 | 203 | 125 | 0 | 41 | 71 | 27 | 31 | 60 | 67 |
| Binary | 11000100 | 10000011 | 1010101 | 0 | 100001 | 111001 | 10111 | 11001 | 110000 | 110111 |
Color Harmonies of #C48355
Complementary color
Monochromatic Colors of #C48355
Black with #C48355
Text Example
Text Example
White with #C48355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48355; }
p { color: rgb(196,131,85); }
H1.HeaderClassName
{
color: #C48355;
}
.AnyTagClassName
{
color: #C48355;
}
</style>
background-color css
<style>
a { background-color: #C48355; }
a { background-color: rgb(196,131,85); }
div.DivClassName
{
background-color: #C48355;
}
.BgClassName
{
background-color: #C48355;
}
</style>
border-color css
<style>
span { border-color: #C48355; }
span { border-color: rgb(196,131,85); }
td.TdClassName
{
border-color: #C48355;
}
.TagClassName
{
border-color: #C48355;
}
</style>