Shades of Twine #C18853
Tints of Twine #C18853
RGB
CMYK
RGB Variations
Color information
#C18853 (or 0xC18853) is known color: Twine. HEX triplet: C1, 88 and 53. RGB value is (193,136,83). Sum of RGB (Red+Green+Blue) = 193+136+83=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C18853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18853 is #3E77AC. Grayscale: #939393. Windows color (decimal): -4093869 or 5474497. OLE color: 5474497.
HSL color Cylindrical-coordinate representation of color #C18853: hue angle of 28.91º 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 #C18853 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 83 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.24 |
| HSL | 28.91º | 0.47% | 0.54% | - |
| HSV(B) | 28.91º | 0.57% | 0.76% | - |
| XYZ | 32.36 | 29.57 | 12.19 | - |
| YUV | 147 | 91.88 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 83 | 0 | 0.30 | 0.57 | 0.24 | 28.91 | 0.47 | 0.54 |
| Hex | C1 | 88 | 53 | 0 | 1E | 39 | 18 | 1D | 2F | 36 |
| Octal | 301 | 210 | 123 | 0 | 36 | 71 | 30 | 35 | 57 | 66 |
| Binary | 11000001 | 10001000 | 1010011 | 0 | 11110 | 111001 | 11000 | 11101 | 101111 | 110110 |
Color Harmonies of #C18853
Complementary color
Monochromatic Colors of #C18853
Black with #C18853
Text Example
Text Example
White with #C18853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18853; }
p { color: rgb(193,136,83); }
H1.HeaderClassName
{
color: #C18853;
}
.AnyTagClassName
{
color: #C18853;
}
</style>
background-color css
<style>
a { background-color: #C18853; }
a { background-color: rgb(193,136,83); }
div.DivClassName
{
background-color: #C18853;
}
.BgClassName
{
background-color: #C18853;
}
</style>
border-color css
<style>
span { border-color: #C18853; }
span { border-color: rgb(193,136,83); }
td.TdClassName
{
border-color: #C18853;
}
.TagClassName
{
border-color: #C18853;
}
</style>