Shades of Twine #C2844F
Tints of Twine #C2844F
RGB
CMYK
RGB Variations
Color information
#C2844F (or 0xC2844F) is known color: Twine. HEX triplet: C2, 84 and 4F. RGB value is (194,132,79). Sum of RGB (Red+Green+Blue) = 194+132+79=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2844F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2844F is #3D7BB0. Grayscale: #909090. Windows color (decimal): -4029361 or 5211330. OLE color: 5211330.
HSL color Cylindrical-coordinate representation of color #C2844F: hue angle of 27.65º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2844F is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 79 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.24 |
| HSL | 27.65º | 0.49% | 0.54% | - |
| HSV(B) | 27.65º | 0.59% | 0.76% | - |
| XYZ | 31.91 | 28.54 | 11.22 | - |
| YUV | 144.5 | 91.04 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 79 | 0 | 0.32 | 0.59 | 0.24 | 27.65 | 0.49 | 0.54 |
| Hex | C2 | 84 | 4F | 0 | 20 | 3B | 18 | 1C | 31 | 36 |
| Octal | 302 | 204 | 117 | 0 | 40 | 73 | 30 | 34 | 61 | 66 |
| Binary | 11000010 | 10000100 | 1001111 | 0 | 100000 | 111011 | 11000 | 11100 | 110001 | 110110 |
Color Harmonies of #C2844F
Complementary color
Monochromatic Colors of #C2844F
Black with #C2844F
Text Example
Text Example
White with #C2844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2844F; }
p { color: rgb(194,132,79); }
H1.HeaderClassName
{
color: #C2844F;
}
.AnyTagClassName
{
color: #C2844F;
}
</style>
background-color css
<style>
a { background-color: #C2844F; }
a { background-color: rgb(194,132,79); }
div.DivClassName
{
background-color: #C2844F;
}
.BgClassName
{
background-color: #C2844F;
}
</style>
border-color css
<style>
span { border-color: #C2844F; }
span { border-color: rgb(194,132,79); }
td.TdClassName
{
border-color: #C2844F;
}
.TagClassName
{
border-color: #C2844F;
}
</style>