Shades of Twine #C2854E
Tints of Twine #C2854E
RGB
CMYK
RGB Variations
Color information
#C2854E (or 0xC2854E) is known color: Twine. HEX triplet: C2, 85 and 4E. RGB value is (194,133,78). Sum of RGB (Red+Green+Blue) = 194+133+78=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2854E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2854E is #3D7AB1. Grayscale: #919191. Windows color (decimal): -4029106 or 5146050. OLE color: 5146050.
HSL color Cylindrical-coordinate representation of color #C2854E: hue angle of 28.45º 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 #C2854E is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 78 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.24 |
| HSL | 28.45º | 0.49% | 0.53% | - |
| HSV(B) | 28.45º | 0.6% | 0.76% | - |
| XYZ | 32.01 | 28.79 | 11.08 | - |
| YUV | 144.97 | 90.21 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 78 | 0 | 0.31 | 0.60 | 0.24 | 28.45 | 0.49 | 0.53 |
| Hex | C2 | 85 | 4E | 0 | 1F | 3C | 18 | 1C | 31 | 35 |
| Octal | 302 | 205 | 116 | 0 | 37 | 74 | 30 | 34 | 61 | 65 |
| Binary | 11000010 | 10000101 | 1001110 | 0 | 11111 | 111100 | 11000 | 11100 | 110001 | 110101 |
Color Harmonies of #C2854E
Complementary color
Monochromatic Colors of #C2854E
Black with #C2854E
Text Example
Text Example
White with #C2854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2854E; }
p { color: rgb(194,133,78); }
H1.HeaderClassName
{
color: #C2854E;
}
.AnyTagClassName
{
color: #C2854E;
}
</style>
background-color css
<style>
a { background-color: #C2854E; }
a { background-color: rgb(194,133,78); }
div.DivClassName
{
background-color: #C2854E;
}
.BgClassName
{
background-color: #C2854E;
}
</style>
border-color css
<style>
span { border-color: #C2854E; }
span { border-color: rgb(194,133,78); }
td.TdClassName
{
border-color: #C2854E;
}
.TagClassName
{
border-color: #C2854E;
}
</style>