Shades of Twine #C2884E
Tints of Twine #C2884E
RGB
CMYK
RGB Variations
Color information
#C2884E (or 0xC2884E) is known color: Twine. HEX triplet: C2, 88 and 4E. RGB value is (194,136,78). Sum of RGB (Red+Green+Blue) = 194+136+78=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2884E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2884E is #3D77B1. Grayscale: #939393. Windows color (decimal): -4028338 or 5146818. OLE color: 5146818.
HSL color Cylindrical-coordinate representation of color #C2884E: hue angle of 30º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2884E is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 136 | 78 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.24 |
| HSL | 30º | 0.49% | 0.53% | - |
| HSV(B) | 30º | 0.6% | 0.76% | - |
| XYZ | 32.43 | 29.63 | 11.22 | - |
| YUV | 146.73 | 89.22 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 78 | 0 | 0.30 | 0.60 | 0.24 | 30 | 0.49 | 0.53 |
| Hex | C2 | 88 | 4E | 0 | 1E | 3C | 18 | 1E | 31 | 35 |
| Octal | 302 | 210 | 116 | 0 | 36 | 74 | 30 | 36 | 61 | 65 |
| Binary | 11000010 | 10001000 | 1001110 | 0 | 11110 | 111100 | 11000 | 11110 | 110001 | 110101 |
Color Harmonies of #C2884E
Complementary color
Monochromatic Colors of #C2884E
Black with #C2884E
Text Example
Text Example
White with #C2884E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2884E; }
p { color: rgb(194,136,78); }
H1.HeaderClassName
{
color: #C2884E;
}
.AnyTagClassName
{
color: #C2884E;
}
</style>
background-color css
<style>
a { background-color: #C2884E; }
a { background-color: rgb(194,136,78); }
div.DivClassName
{
background-color: #C2884E;
}
.BgClassName
{
background-color: #C2884E;
}
</style>
border-color css
<style>
span { border-color: #C2884E; }
span { border-color: rgb(194,136,78); }
td.TdClassName
{
border-color: #C2884E;
}
.TagClassName
{
border-color: #C2884E;
}
</style>