Shades of Twine #C48A50
Tints of Twine #C48A50
RGB
CMYK
RGB Variations
Color information
#C48A50 (or 0xC48A50) is known color: Twine. HEX triplet: C4, 8A and 50. RGB value is (196,138,80). Sum of RGB (Red+Green+Blue) = 196+138+80=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A50 is #3B75AF. Grayscale: #959595. Windows color (decimal): -3896752 or 5278404. OLE color: 5278404.
HSL color Cylindrical-coordinate representation of color #C48A50: hue angle of 30º 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 #C48A50 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 80 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.23 |
| HSL | 30º | 0.5% | 0.54% | - |
| HSV(B) | 30º | 0.59% | 0.77% | - |
| XYZ | 33.3 | 30.49 | 11.72 | - |
| YUV | 148.73 | 89.22 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 80 | 0 | 0.30 | 0.59 | 0.23 | 30 | 0.5 | 0.54 |
| Hex | C4 | 8A | 50 | 0 | 1E | 3B | 17 | 1E | 32 | 36 |
| Octal | 304 | 212 | 120 | 0 | 36 | 73 | 27 | 36 | 62 | 66 |
| Binary | 11000100 | 10001010 | 1010000 | 0 | 11110 | 111011 | 10111 | 11110 | 110010 | 110110 |
Color Harmonies of #C48A50
Complementary color
Monochromatic Colors of #C48A50
Black with #C48A50
Text Example
Text Example
White with #C48A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A50; }
p { color: rgb(196,138,80); }
H1.HeaderClassName
{
color: #C48A50;
}
.AnyTagClassName
{
color: #C48A50;
}
</style>
background-color css
<style>
a { background-color: #C48A50; }
a { background-color: rgb(196,138,80); }
div.DivClassName
{
background-color: #C48A50;
}
.BgClassName
{
background-color: #C48A50;
}
</style>
border-color css
<style>
span { border-color: #C48A50; }
span { border-color: rgb(196,138,80); }
td.TdClassName
{
border-color: #C48A50;
}
.TagClassName
{
border-color: #C48A50;
}
</style>