Shades of Twine #C1905E
Tints of Twine #C1905E
RGB
CMYK
RGB Variations
Color information
#C1905E (or 0xC1905E) is known color: Twine. HEX triplet: C1, 90 and 5E. RGB value is (193,144,94). Sum of RGB (Red+Green+Blue) = 193+144+94=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1905E is #3E6FA1. Grayscale: #999999. Windows color (decimal): -4091810 or 6197441. OLE color: 6197441.
HSL color Cylindrical-coordinate representation of color #C1905E: hue angle of 30.3º 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 #C1905E is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 94 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.24 |
| HSL | 30.3º | 0.44% | 0.56% | - |
| HSV(B) | 30.3º | 0.51% | 0.76% | - |
| XYZ | 33.99 | 32.09 | 14.99 | - |
| YUV | 152.95 | 94.73 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 94 | 0 | 0.25 | 0.51 | 0.24 | 30.3 | 0.44 | 0.56 |
| Hex | C1 | 90 | 5E | 0 | 19 | 33 | 18 | 1E | 2C | 38 |
| Octal | 301 | 220 | 136 | 0 | 31 | 63 | 30 | 36 | 54 | 70 |
| Binary | 11000001 | 10010000 | 1011110 | 0 | 11001 | 110011 | 11000 | 11110 | 101100 | 111000 |
Color Harmonies of #C1905E
Complementary color
Monochromatic Colors of #C1905E
Black with #C1905E
Text Example
Text Example
White with #C1905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1905E; }
p { color: rgb(193,144,94); }
H1.HeaderClassName
{
color: #C1905E;
}
.AnyTagClassName
{
color: #C1905E;
}
</style>
background-color css
<style>
a { background-color: #C1905E; }
a { background-color: rgb(193,144,94); }
div.DivClassName
{
background-color: #C1905E;
}
.BgClassName
{
background-color: #C1905E;
}
</style>
border-color css
<style>
span { border-color: #C1905E; }
span { border-color: rgb(193,144,94); }
td.TdClassName
{
border-color: #C1905E;
}
.TagClassName
{
border-color: #C1905E;
}
</style>