Shades of Twine #C1895F
Tints of Twine #C1895F
RGB
CMYK
RGB Variations
Color information
#C1895F (or 0xC1895F) is known color: Twine. HEX triplet: C1, 89 and 5F. RGB value is (193,137,95). Sum of RGB (Red+Green+Blue) = 193+137+95=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C1895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1895F is #3E76A0. Grayscale: #959595. Windows color (decimal): -4093601 or 6261185. OLE color: 6261185.
HSL color Cylindrical-coordinate representation of color #C1895F: hue angle of 25.71º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1895F is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 95 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.24 |
| HSL | 25.71º | 0.44% | 0.56% | - |
| HSV(B) | 25.71º | 0.51% | 0.76% | - |
| XYZ | 33 | 30.06 | 14.89 | - |
| YUV | 148.96 | 97.55 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 95 | 0 | 0.29 | 0.51 | 0.24 | 25.71 | 0.44 | 0.56 |
| Hex | C1 | 89 | 5F | 0 | 1D | 33 | 18 | 1A | 2C | 38 |
| Octal | 301 | 211 | 137 | 0 | 35 | 63 | 30 | 32 | 54 | 70 |
| Binary | 11000001 | 10001001 | 1011111 | 0 | 11101 | 110011 | 11000 | 11010 | 101100 | 111000 |
Color Harmonies of #C1895F
Complementary color
Monochromatic Colors of #C1895F
Black with #C1895F
Text Example
Text Example
White with #C1895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1895F; }
p { color: rgb(193,137,95); }
H1.HeaderClassName
{
color: #C1895F;
}
.AnyTagClassName
{
color: #C1895F;
}
</style>
background-color css
<style>
a { background-color: #C1895F; }
a { background-color: rgb(193,137,95); }
div.DivClassName
{
background-color: #C1895F;
}
.BgClassName
{
background-color: #C1895F;
}
</style>
border-color css
<style>
span { border-color: #C1895F; }
span { border-color: rgb(193,137,95); }
td.TdClassName
{
border-color: #C1895F;
}
.TagClassName
{
border-color: #C1895F;
}
</style>