Shades of Twine #C18354
Tints of Twine #C18354
RGB
CMYK
RGB Variations
Color information
#C18354 (or 0xC18354) is known color: Twine. HEX triplet: C1, 83 and 54. RGB value is (193,131,84). Sum of RGB (Red+Green+Blue) = 193+131+84=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C18354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18354 is #3E7CAB. Grayscale: #909090. Windows color (decimal): -4095148 or 5538753. OLE color: 5538753.
HSL color Cylindrical-coordinate representation of color #C18354: hue angle of 25.87º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C18354 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 131 | 84 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.24 |
| HSL | 25.87º | 0.47% | 0.54% | - |
| HSV(B) | 25.87º | 0.56% | 0.76% | - |
| XYZ | 31.71 | 28.21 | 12.16 | - |
| YUV | 144.18 | 94.04 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 84 | 0 | 0.32 | 0.56 | 0.24 | 25.87 | 0.47 | 0.54 |
| Hex | C1 | 83 | 54 | 0 | 20 | 38 | 18 | 1A | 2F | 36 |
| Octal | 301 | 203 | 124 | 0 | 40 | 70 | 30 | 32 | 57 | 66 |
| Binary | 11000001 | 10000011 | 1010100 | 0 | 100000 | 111000 | 11000 | 11010 | 101111 | 110110 |
Color Harmonies of #C18354
Complementary color
Monochromatic Colors of #C18354
Black with #C18354
Text Example
Text Example
White with #C18354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18354; }
p { color: rgb(193,131,84); }
H1.HeaderClassName
{
color: #C18354;
}
.AnyTagClassName
{
color: #C18354;
}
</style>
background-color css
<style>
a { background-color: #C18354; }
a { background-color: rgb(193,131,84); }
div.DivClassName
{
background-color: #C18354;
}
.BgClassName
{
background-color: #C18354;
}
</style>
border-color css
<style>
span { border-color: #C18354; }
span { border-color: rgb(193,131,84); }
td.TdClassName
{
border-color: #C18354;
}
.TagClassName
{
border-color: #C18354;
}
</style>