Shades of Twine #C2894E
Tints of Twine #C2894E
RGB
CMYK
RGB Variations
Color information
#C2894E (or 0xC2894E) is known color: Twine. HEX triplet: C2, 89 and 4E. RGB value is (194,137,78). Sum of RGB (Red+Green+Blue) = 194+137+78=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C2894E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2894E is #3D76B1. Grayscale: #939393. Windows color (decimal): -4028082 or 5147074. OLE color: 5147074.
HSL color Cylindrical-coordinate representation of color #C2894E: hue angle of 30.52º 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 #C2894E is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 78 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.24 |
| HSL | 30.52º | 0.49% | 0.53% | - |
| HSV(B) | 30.52º | 0.6% | 0.76% | - |
| XYZ | 32.57 | 29.91 | 11.26 | - |
| YUV | 147.32 | 88.88 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 78 | 0 | 0.29 | 0.60 | 0.24 | 30.52 | 0.49 | 0.53 |
| Hex | C2 | 89 | 4E | 0 | 1D | 3C | 18 | 1F | 31 | 35 |
| Octal | 302 | 211 | 116 | 0 | 35 | 74 | 30 | 37 | 61 | 65 |
| Binary | 11000010 | 10001001 | 1001110 | 0 | 11101 | 111100 | 11000 | 11111 | 110001 | 110101 |
Color Harmonies of #C2894E
Complementary color
Monochromatic Colors of #C2894E
Black with #C2894E
Text Example
Text Example
White with #C2894E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2894E; }
p { color: rgb(194,137,78); }
H1.HeaderClassName
{
color: #C2894E;
}
.AnyTagClassName
{
color: #C2894E;
}
</style>
background-color css
<style>
a { background-color: #C2894E; }
a { background-color: rgb(194,137,78); }
div.DivClassName
{
background-color: #C2894E;
}
.BgClassName
{
background-color: #C2894E;
}
</style>
border-color css
<style>
span { border-color: #C2894E; }
span { border-color: rgb(194,137,78); }
td.TdClassName
{
border-color: #C2894E;
}
.TagClassName
{
border-color: #C2894E;
}
</style>