Shades of Twine #C48955
Tints of Twine #C48955
RGB
CMYK
RGB Variations
Color information
#C48955 (or 0xC48955) is known color: Twine. HEX triplet: C4, 89 and 55. RGB value is (196,137,85). Sum of RGB (Red+Green+Blue) = 196+137+85=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C48955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48955 is #3B76AA. Grayscale: #949494. Windows color (decimal): -3897003 or 5605828. OLE color: 5605828.
HSL color Cylindrical-coordinate representation of color #C48955: hue angle of 28.11º 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 #C48955 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 85 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.23 |
| HSL | 28.11º | 0.48% | 0.55% | - |
| HSV(B) | 28.11º | 0.57% | 0.77% | - |
| XYZ | 33.35 | 30.28 | 12.68 | - |
| YUV | 148.71 | 92.05 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 85 | 0 | 0.30 | 0.57 | 0.23 | 28.11 | 0.48 | 0.55 |
| Hex | C4 | 89 | 55 | 0 | 1E | 39 | 17 | 1C | 30 | 37 |
| Octal | 304 | 211 | 125 | 0 | 36 | 71 | 27 | 34 | 60 | 67 |
| Binary | 11000100 | 10001001 | 1010101 | 0 | 11110 | 111001 | 10111 | 11100 | 110000 | 110111 |
Color Harmonies of #C48955
Complementary color
Monochromatic Colors of #C48955
Black with #C48955
Text Example
Text Example
White with #C48955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48955; }
p { color: rgb(196,137,85); }
H1.HeaderClassName
{
color: #C48955;
}
.AnyTagClassName
{
color: #C48955;
}
</style>
background-color css
<style>
a { background-color: #C48955; }
a { background-color: rgb(196,137,85); }
div.DivClassName
{
background-color: #C48955;
}
.BgClassName
{
background-color: #C48955;
}
</style>
border-color css
<style>
span { border-color: #C48955; }
span { border-color: rgb(196,137,85); }
td.TdClassName
{
border-color: #C48955;
}
.TagClassName
{
border-color: #C48955;
}
</style>