Shades of Twine #C2895F
Tints of Twine #C2895F
RGB
CMYK
RGB Variations
Color information
#C2895F (or 0xC2895F) is known color: Twine. HEX triplet: C2, 89 and 5F. RGB value is (194,137,95). Sum of RGB (Red+Green+Blue) = 194+137+95=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C2895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2895F is #3D76A0. Grayscale: #959595. Windows color (decimal): -4028065 or 6261186. OLE color: 6261186.
HSL color Cylindrical-coordinate representation of color #C2895F: hue angle of 25.45º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2895F is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 95 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.24 |
| HSL | 25.45º | 0.45% | 0.57% | - |
| HSV(B) | 25.45º | 0.51% | 0.76% | - |
| XYZ | 33.26 | 30.19 | 14.9 | - |
| YUV | 149.26 | 97.38 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 95 | 0 | 0.29 | 0.51 | 0.24 | 25.45 | 0.45 | 0.57 |
| Hex | C2 | 89 | 5F | 0 | 1D | 33 | 18 | 19 | 2D | 39 |
| Octal | 302 | 211 | 137 | 0 | 35 | 63 | 30 | 31 | 55 | 71 |
| Binary | 11000010 | 10001001 | 1011111 | 0 | 11101 | 110011 | 11000 | 11001 | 101101 | 111001 |
Color Harmonies of #C2895F
Complementary color
Monochromatic Colors of #C2895F
Black with #C2895F
Text Example
Text Example
White with #C2895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2895F; }
p { color: rgb(194,137,95); }
H1.HeaderClassName
{
color: #C2895F;
}
.AnyTagClassName
{
color: #C2895F;
}
</style>
background-color css
<style>
a { background-color: #C2895F; }
a { background-color: rgb(194,137,95); }
div.DivClassName
{
background-color: #C2895F;
}
.BgClassName
{
background-color: #C2895F;
}
</style>
border-color css
<style>
span { border-color: #C2895F; }
span { border-color: rgb(194,137,95); }
td.TdClassName
{
border-color: #C2895F;
}
.TagClassName
{
border-color: #C2895F;
}
</style>