Shades of Twine #C1945E
Tints of Twine #C1945E
RGB
CMYK
RGB Variations
Color information
#C1945E (or 0xC1945E) is known color: Twine. HEX triplet: C1, 94 and 5E. RGB value is (193,148,94). Sum of RGB (Red+Green+Blue) = 193+148+94=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C1945E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1945E is #3E6BA1. Grayscale: #9B9B9B. Windows color (decimal): -4090786 or 6198465. OLE color: 6198465.
HSL color Cylindrical-coordinate representation of color #C1945E: hue angle of 32.73º 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 #C1945E is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 94 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.24 |
| HSL | 32.73º | 0.44% | 0.56% | - |
| HSV(B) | 32.73º | 0.51% | 0.76% | - |
| XYZ | 34.6 | 33.33 | 15.2 | - |
| YUV | 155.3 | 93.41 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 94 | 0 | 0.23 | 0.51 | 0.24 | 32.73 | 0.44 | 0.56 |
| Hex | C1 | 94 | 5E | 0 | 17 | 33 | 18 | 21 | 2C | 38 |
| Octal | 301 | 224 | 136 | 0 | 27 | 63 | 30 | 41 | 54 | 70 |
| Binary | 11000001 | 10010100 | 1011110 | 0 | 10111 | 110011 | 11000 | 100001 | 101100 | 111000 |
Color Harmonies of #C1945E
Complementary color
Monochromatic Colors of #C1945E
Black with #C1945E
Text Example
Text Example
White with #C1945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1945E; }
p { color: rgb(193,148,94); }
H1.HeaderClassName
{
color: #C1945E;
}
.AnyTagClassName
{
color: #C1945E;
}
</style>
background-color css
<style>
a { background-color: #C1945E; }
a { background-color: rgb(193,148,94); }
div.DivClassName
{
background-color: #C1945E;
}
.BgClassName
{
background-color: #C1945E;
}
</style>
border-color css
<style>
span { border-color: #C1945E; }
span { border-color: rgb(193,148,94); }
td.TdClassName
{
border-color: #C1945E;
}
.TagClassName
{
border-color: #C1945E;
}
</style>