Shades of Twine #C2895E
Tints of Twine #C2895E
RGB
CMYK
RGB Variations
Color information
#C2895E (or 0xC2895E) is known color: Twine. HEX triplet: C2, 89 and 5E. RGB value is (194,137,94). Sum of RGB (Red+Green+Blue) = 194+137+94=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C2895E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2895E is #3D76A1. Grayscale: #959595. Windows color (decimal): -4028066 or 6195650. OLE color: 6195650.
HSL color Cylindrical-coordinate representation of color #C2895E: hue angle of 25.8º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2895E is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 94 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.24 |
| HSL | 25.8º | 0.45% | 0.56% | - |
| HSV(B) | 25.8º | 0.52% | 0.76% | - |
| XYZ | 33.21 | 30.17 | 14.66 | - |
| YUV | 149.14 | 96.88 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 94 | 0 | 0.29 | 0.52 | 0.24 | 25.8 | 0.45 | 0.56 |
| Hex | C2 | 89 | 5E | 0 | 1D | 34 | 18 | 1A | 2D | 38 |
| Octal | 302 | 211 | 136 | 0 | 35 | 64 | 30 | 32 | 55 | 70 |
| Binary | 11000010 | 10001001 | 1011110 | 0 | 11101 | 110100 | 11000 | 11010 | 101101 | 111000 |
Color Harmonies of #C2895E
Complementary color
Monochromatic Colors of #C2895E
Black with #C2895E
Text Example
Text Example
White with #C2895E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2895E; }
p { color: rgb(194,137,94); }
H1.HeaderClassName
{
color: #C2895E;
}
.AnyTagClassName
{
color: #C2895E;
}
</style>
background-color css
<style>
a { background-color: #C2895E; }
a { background-color: rgb(194,137,94); }
div.DivClassName
{
background-color: #C2895E;
}
.BgClassName
{
background-color: #C2895E;
}
</style>
border-color css
<style>
span { border-color: #C2895E; }
span { border-color: rgb(194,137,94); }
td.TdClassName
{
border-color: #C2895E;
}
.TagClassName
{
border-color: #C2895E;
}
</style>