Shades of Twine #C48C51
Tints of Twine #C48C51
RGB
CMYK
RGB Variations
Color information
#C48C51 (or 0xC48C51) is known color: Twine. HEX triplet: C4, 8C and 51. RGB value is (196,140,81). Sum of RGB (Red+Green+Blue) = 196+140+81=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48C51 is #3B73AE. Grayscale: #969696. Windows color (decimal): -3896239 or 5344452. OLE color: 5344452.
HSL color Cylindrical-coordinate representation of color #C48C51: hue angle of 30.78º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C48C51 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 81 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.23 |
| HSL | 30.78º | 0.49% | 0.54% | - |
| HSV(B) | 30.78º | 0.59% | 0.77% | - |
| XYZ | 33.63 | 31.09 | 12.01 | - |
| YUV | 150.02 | 89.05 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 81 | 0 | 0.29 | 0.59 | 0.23 | 30.78 | 0.49 | 0.54 |
| Hex | C4 | 8C | 51 | 0 | 1D | 3B | 17 | 1F | 31 | 36 |
| Octal | 304 | 214 | 121 | 0 | 35 | 73 | 27 | 37 | 61 | 66 |
| Binary | 11000100 | 10001100 | 1010001 | 0 | 11101 | 111011 | 10111 | 11111 | 110001 | 110110 |
Color Harmonies of #C48C51
Complementary color
Monochromatic Colors of #C48C51
Black with #C48C51
Text Example
Text Example
White with #C48C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C51; }
p { color: rgb(196,140,81); }
H1.HeaderClassName
{
color: #C48C51;
}
.AnyTagClassName
{
color: #C48C51;
}
</style>
background-color css
<style>
a { background-color: #C48C51; }
a { background-color: rgb(196,140,81); }
div.DivClassName
{
background-color: #C48C51;
}
.BgClassName
{
background-color: #C48C51;
}
</style>
border-color css
<style>
span { border-color: #C48C51; }
span { border-color: rgb(196,140,81); }
td.TdClassName
{
border-color: #C48C51;
}
.TagClassName
{
border-color: #C48C51;
}
</style>