Shades of Twine #C18653
Tints of Twine #C18653
RGB
CMYK
RGB Variations
Color information
#C18653 (or 0xC18653) is known color: Twine. HEX triplet: C1, 86 and 53. RGB value is (193,134,83). Sum of RGB (Red+Green+Blue) = 193+134+83=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C18653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18653 is #3E79AC. Grayscale: #929292. Windows color (decimal): -4094381 or 5473985. OLE color: 5473985.
HSL color Cylindrical-coordinate representation of color #C18653: hue angle of 27.82º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C18653 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 83 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.24 |
| HSL | 27.82º | 0.47% | 0.54% | - |
| HSV(B) | 27.82º | 0.57% | 0.76% | - |
| XYZ | 32.08 | 29.01 | 12.09 | - |
| YUV | 145.83 | 92.55 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 83 | 0 | 0.31 | 0.57 | 0.24 | 27.82 | 0.47 | 0.54 |
| Hex | C1 | 86 | 53 | 0 | 1F | 39 | 18 | 1C | 2F | 36 |
| Octal | 301 | 206 | 123 | 0 | 37 | 71 | 30 | 34 | 57 | 66 |
| Binary | 11000001 | 10000110 | 1010011 | 0 | 11111 | 111001 | 11000 | 11100 | 101111 | 110110 |
Color Harmonies of #C18653
Complementary color
Monochromatic Colors of #C18653
Black with #C18653
Text Example
Text Example
White with #C18653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18653; }
p { color: rgb(193,134,83); }
H1.HeaderClassName
{
color: #C18653;
}
.AnyTagClassName
{
color: #C18653;
}
</style>
background-color css
<style>
a { background-color: #C18653; }
a { background-color: rgb(193,134,83); }
div.DivClassName
{
background-color: #C18653;
}
.BgClassName
{
background-color: #C18653;
}
</style>
border-color css
<style>
span { border-color: #C18653; }
span { border-color: rgb(193,134,83); }
td.TdClassName
{
border-color: #C18653;
}
.TagClassName
{
border-color: #C18653;
}
</style>