Shades of Twine #C1855A
Tints of Twine #C1855A
RGB
CMYK
RGB Variations
Color information
#C1855A (or 0xC1855A) is known color: Twine. HEX triplet: C1, 85 and 5A. RGB value is (193,133,90). Sum of RGB (Red+Green+Blue) = 193+133+90=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1855A is #3E7AA5. Grayscale: #929292. Windows color (decimal): -4094630 or 5932481. OLE color: 5932481.
HSL color Cylindrical-coordinate representation of color #C1855A: hue angle of 25.05º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1855A is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 90 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.24 |
| HSL | 25.05º | 0.45% | 0.55% | - |
| HSV(B) | 25.05º | 0.53% | 0.76% | - |
| XYZ | 32.23 | 28.85 | 13.54 | - |
| YUV | 146.04 | 96.38 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 90 | 0 | 0.31 | 0.53 | 0.24 | 25.05 | 0.45 | 0.55 |
| Hex | C1 | 85 | 5A | 0 | 1F | 35 | 18 | 19 | 2D | 37 |
| Octal | 301 | 205 | 132 | 0 | 37 | 65 | 30 | 31 | 55 | 67 |
| Binary | 11000001 | 10000101 | 1011010 | 0 | 11111 | 110101 | 11000 | 11001 | 101101 | 110111 |
Color Harmonies of #C1855A
Complementary color
Monochromatic Colors of #C1855A
Black with #C1855A
Text Example
Text Example
White with #C1855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1855A; }
p { color: rgb(193,133,90); }
H1.HeaderClassName
{
color: #C1855A;
}
.AnyTagClassName
{
color: #C1855A;
}
</style>
background-color css
<style>
a { background-color: #C1855A; }
a { background-color: rgb(193,133,90); }
div.DivClassName
{
background-color: #C1855A;
}
.BgClassName
{
background-color: #C1855A;
}
</style>
border-color css
<style>
span { border-color: #C1855A; }
span { border-color: rgb(193,133,90); }
td.TdClassName
{
border-color: #C1855A;
}
.TagClassName
{
border-color: #C1855A;
}
</style>