Shades of Twine #C1925E
Tints of Twine #C1925E
RGB
CMYK
RGB Variations
Color information
#C1925E (or 0xC1925E) is known color: Twine. HEX triplet: C1, 92 and 5E. RGB value is (193,146,94). Sum of RGB (Red+Green+Blue) = 193+146+94=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C1925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1925E is #3E6DA1. Grayscale: #9A9A9A. Windows color (decimal): -4091298 or 6197953. OLE color: 6197953.
HSL color Cylindrical-coordinate representation of color #C1925E: hue angle of 31.52º 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 #C1925E is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 94 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.24 |
| HSL | 31.52º | 0.44% | 0.56% | - |
| HSV(B) | 31.52º | 0.51% | 0.76% | - |
| XYZ | 34.29 | 32.7 | 15.09 | - |
| YUV | 154.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 94 | 0 | 0.24 | 0.51 | 0.24 | 31.52 | 0.44 | 0.56 |
| Hex | C1 | 92 | 5E | 0 | 18 | 33 | 18 | 20 | 2C | 38 |
| Octal | 301 | 222 | 136 | 0 | 30 | 63 | 30 | 40 | 54 | 70 |
| Binary | 11000001 | 10010010 | 1011110 | 0 | 11000 | 110011 | 11000 | 100000 | 101100 | 111000 |
Color Harmonies of #C1925E
Complementary color
Monochromatic Colors of #C1925E
Black with #C1925E
Text Example
Text Example
White with #C1925E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1925E; }
p { color: rgb(193,146,94); }
H1.HeaderClassName
{
color: #C1925E;
}
.AnyTagClassName
{
color: #C1925E;
}
</style>
background-color css
<style>
a { background-color: #C1925E; }
a { background-color: rgb(193,146,94); }
div.DivClassName
{
background-color: #C1925E;
}
.BgClassName
{
background-color: #C1925E;
}
</style>
border-color css
<style>
span { border-color: #C1925E; }
span { border-color: rgb(193,146,94); }
td.TdClassName
{
border-color: #C1925E;
}
.TagClassName
{
border-color: #C1925E;
}
</style>