Shades of Twine #C48C50
Tints of Twine #C48C50
RGB
CMYK
RGB Variations
Color information
#C48C50 (or 0xC48C50) is known color: Twine. HEX triplet: C4, 8C and 50. RGB value is (196,140,80). Sum of RGB (Red+Green+Blue) = 196+140+80=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48C50 is #3B73AF. Grayscale: #969696. Windows color (decimal): -3896240 or 5278916. OLE color: 5278916.
HSL color Cylindrical-coordinate representation of color #C48C50: hue angle of 31.03º degrees, saturation: 0.5, 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 #C48C50 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 80 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.23 |
| HSL | 31.03º | 0.5% | 0.54% | - |
| HSV(B) | 31.03º | 0.59% | 0.77% | - |
| XYZ | 33.59 | 31.07 | 11.82 | - |
| YUV | 149.9 | 88.55 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 80 | 0 | 0.29 | 0.59 | 0.23 | 31.03 | 0.5 | 0.54 |
| Hex | C4 | 8C | 50 | 0 | 1D | 3B | 17 | 1F | 32 | 36 |
| Octal | 304 | 214 | 120 | 0 | 35 | 73 | 27 | 37 | 62 | 66 |
| Binary | 11000100 | 10001100 | 1010000 | 0 | 11101 | 111011 | 10111 | 11111 | 110010 | 110110 |
Color Harmonies of #C48C50
Complementary color
Monochromatic Colors of #C48C50
Black with #C48C50
Text Example
Text Example
White with #C48C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C50; }
p { color: rgb(196,140,80); }
H1.HeaderClassName
{
color: #C48C50;
}
.AnyTagClassName
{
color: #C48C50;
}
</style>
background-color css
<style>
a { background-color: #C48C50; }
a { background-color: rgb(196,140,80); }
div.DivClassName
{
background-color: #C48C50;
}
.BgClassName
{
background-color: #C48C50;
}
</style>
border-color css
<style>
span { border-color: #C48C50; }
span { border-color: rgb(196,140,80); }
td.TdClassName
{
border-color: #C48C50;
}
.TagClassName
{
border-color: #C48C50;
}
</style>