Shades of Twine #C2895C
Tints of Twine #C2895C
RGB
CMYK
RGB Variations
Color information
#C2895C (or 0xC2895C) is known color: Twine. HEX triplet: C2, 89 and 5C. RGB value is (194,137,92). Sum of RGB (Red+Green+Blue) = 194+137+92=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2895C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2895C is #3D76A3. Grayscale: #959595. Windows color (decimal): -4028068 or 6064578. OLE color: 6064578.
HSL color Cylindrical-coordinate representation of color #C2895C: hue angle of 26.47º 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 #C2895C is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 92 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.24 |
| HSL | 26.47º | 0.46% | 0.56% | - |
| HSV(B) | 26.47º | 0.53% | 0.76% | - |
| XYZ | 33.13 | 30.13 | 14.2 | - |
| YUV | 148.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 92 | 0 | 0.29 | 0.53 | 0.24 | 26.47 | 0.46 | 0.56 |
| Hex | C2 | 89 | 5C | 0 | 1D | 35 | 18 | 1A | 2E | 38 |
| Octal | 302 | 211 | 134 | 0 | 35 | 65 | 30 | 32 | 56 | 70 |
| Binary | 11000010 | 10001001 | 1011100 | 0 | 11101 | 110101 | 11000 | 11010 | 101110 | 111000 |
Color Harmonies of #C2895C
Complementary color
Monochromatic Colors of #C2895C
Black with #C2895C
Text Example
Text Example
White with #C2895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2895C; }
p { color: rgb(194,137,92); }
H1.HeaderClassName
{
color: #C2895C;
}
.AnyTagClassName
{
color: #C2895C;
}
</style>
background-color css
<style>
a { background-color: #C2895C; }
a { background-color: rgb(194,137,92); }
div.DivClassName
{
background-color: #C2895C;
}
.BgClassName
{
background-color: #C2895C;
}
</style>
border-color css
<style>
span { border-color: #C2895C; }
span { border-color: rgb(194,137,92); }
td.TdClassName
{
border-color: #C2895C;
}
.TagClassName
{
border-color: #C2895C;
}
</style>