Shades of Twine #C48F53
Tints of Twine #C48F53
RGB
CMYK
RGB Variations
Color information
#C48F53 (or 0xC48F53) is known color: Twine. HEX triplet: C4, 8F and 53. RGB value is (196,143,83). Sum of RGB (Red+Green+Blue) = 196+143+83=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48F53 is #3B70AC. Grayscale: #989898. Windows color (decimal): -3895469 or 5476292. OLE color: 5476292.
HSL color Cylindrical-coordinate representation of color #C48F53: hue angle of 31.86º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C48F53 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 83 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.23 |
| HSL | 31.86º | 0.49% | 0.55% | - |
| HSV(B) | 31.86º | 0.58% | 0.77% | - |
| XYZ | 34.15 | 32.01 | 12.56 | - |
| YUV | 152.01 | 89.06 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 83 | 0 | 0.27 | 0.58 | 0.23 | 31.86 | 0.49 | 0.55 |
| Hex | C4 | 8F | 53 | 0 | 1B | 3A | 17 | 20 | 31 | 37 |
| Octal | 304 | 217 | 123 | 0 | 33 | 72 | 27 | 40 | 61 | 67 |
| Binary | 11000100 | 10001111 | 1010011 | 0 | 11011 | 111010 | 10111 | 100000 | 110001 | 110111 |
Color Harmonies of #C48F53
Complementary color
Monochromatic Colors of #C48F53
Black with #C48F53
Text Example
Text Example
White with #C48F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F53; }
p { color: rgb(196,143,83); }
H1.HeaderClassName
{
color: #C48F53;
}
.AnyTagClassName
{
color: #C48F53;
}
</style>
background-color css
<style>
a { background-color: #C48F53; }
a { background-color: rgb(196,143,83); }
div.DivClassName
{
background-color: #C48F53;
}
.BgClassName
{
background-color: #C48F53;
}
</style>
border-color css
<style>
span { border-color: #C48F53; }
span { border-color: rgb(196,143,83); }
td.TdClassName
{
border-color: #C48F53;
}
.TagClassName
{
border-color: #C48F53;
}
</style>