Shades of Twine #C2865C
Tints of Twine #C2865C
RGB
CMYK
RGB Variations
Color information
#C2865C (or 0xC2865C) is known color: Twine. HEX triplet: C2, 86 and 5C. RGB value is (194,134,92). Sum of RGB (Red+Green+Blue) = 194+134+92=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2865C is #3D79A3. Grayscale: #939393. Windows color (decimal): -4028836 or 6063810. OLE color: 6063810.
HSL color Cylindrical-coordinate representation of color #C2865C: hue angle of 24.71º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2865C is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 92 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.24 |
| HSL | 24.71º | 0.46% | 0.56% | - |
| HSV(B) | 24.71º | 0.53% | 0.76% | - |
| XYZ | 32.71 | 29.29 | 14.06 | - |
| YUV | 147.15 | 96.88 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 92 | 0 | 0.31 | 0.53 | 0.24 | 24.71 | 0.46 | 0.56 |
| Hex | C2 | 86 | 5C | 0 | 1F | 35 | 18 | 19 | 2E | 38 |
| Octal | 302 | 206 | 134 | 0 | 37 | 65 | 30 | 31 | 56 | 70 |
| Binary | 11000010 | 10000110 | 1011100 | 0 | 11111 | 110101 | 11000 | 11001 | 101110 | 111000 |
Color Harmonies of #C2865C
Complementary color
Monochromatic Colors of #C2865C
Black with #C2865C
Text Example
Text Example
White with #C2865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2865C; }
p { color: rgb(194,134,92); }
H1.HeaderClassName
{
color: #C2865C;
}
.AnyTagClassName
{
color: #C2865C;
}
</style>
background-color css
<style>
a { background-color: #C2865C; }
a { background-color: rgb(194,134,92); }
div.DivClassName
{
background-color: #C2865C;
}
.BgClassName
{
background-color: #C2865C;
}
</style>
border-color css
<style>
span { border-color: #C2865C; }
span { border-color: rgb(194,134,92); }
td.TdClassName
{
border-color: #C2865C;
}
.TagClassName
{
border-color: #C2865C;
}
</style>