Shades of Twine #C2895D
Tints of Twine #C2895D
RGB
CMYK
RGB Variations
Color information
#C2895D (or 0xC2895D) is known color: Twine. HEX triplet: C2, 89 and 5D. RGB value is (194,137,93). Sum of RGB (Red+Green+Blue) = 194+137+93=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C2895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2895D is #3D76A2. Grayscale: #959595. Windows color (decimal): -4028067 or 6130114. OLE color: 6130114.
HSL color Cylindrical-coordinate representation of color #C2895D: hue angle of 26.14º 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 #C2895D is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 93 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.24 |
| HSL | 26.14º | 0.45% | 0.56% | - |
| HSV(B) | 26.14º | 0.52% | 0.76% | - |
| XYZ | 33.17 | 30.15 | 14.43 | - |
| YUV | 149.03 | 96.38 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 93 | 0 | 0.29 | 0.52 | 0.24 | 26.14 | 0.45 | 0.56 |
| Hex | C2 | 89 | 5D | 0 | 1D | 34 | 18 | 1A | 2D | 38 |
| Octal | 302 | 211 | 135 | 0 | 35 | 64 | 30 | 32 | 55 | 70 |
| Binary | 11000010 | 10001001 | 1011101 | 0 | 11101 | 110100 | 11000 | 11010 | 101101 | 111000 |
Color Harmonies of #C2895D
Complementary color
Monochromatic Colors of #C2895D
Black with #C2895D
Text Example
Text Example
White with #C2895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2895D; }
p { color: rgb(194,137,93); }
H1.HeaderClassName
{
color: #C2895D;
}
.AnyTagClassName
{
color: #C2895D;
}
</style>
background-color css
<style>
a { background-color: #C2895D; }
a { background-color: rgb(194,137,93); }
div.DivClassName
{
background-color: #C2895D;
}
.BgClassName
{
background-color: #C2895D;
}
</style>
border-color css
<style>
span { border-color: #C2895D; }
span { border-color: rgb(194,137,93); }
td.TdClassName
{
border-color: #C2895D;
}
.TagClassName
{
border-color: #C2895D;
}
</style>