Shades of Twine #C18858
Tints of Twine #C18858
RGB
CMYK
RGB Variations
Color information
#C18858 (or 0xC18858) is known color: Twine. HEX triplet: C1, 88 and 58. RGB value is (193,136,88). Sum of RGB (Red+Green+Blue) = 193+136+88=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C18858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18858 is #3E77A7. Grayscale: #939393. Windows color (decimal): -4093864 or 5802177. OLE color: 5802177.
HSL color Cylindrical-coordinate representation of color #C18858: hue angle of 27.43º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C18858 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 88 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.24 |
| HSL | 27.43º | 0.46% | 0.55% | - |
| HSV(B) | 27.43º | 0.54% | 0.76% | - |
| XYZ | 32.56 | 29.65 | 13.24 | - |
| YUV | 147.57 | 94.38 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 88 | 0 | 0.30 | 0.54 | 0.24 | 27.43 | 0.46 | 0.55 |
| Hex | C1 | 88 | 58 | 0 | 1E | 36 | 18 | 1B | 2E | 37 |
| Octal | 301 | 210 | 130 | 0 | 36 | 66 | 30 | 33 | 56 | 67 |
| Binary | 11000001 | 10001000 | 1011000 | 0 | 11110 | 110110 | 11000 | 11011 | 101110 | 110111 |
Color Harmonies of #C18858
Complementary color
Monochromatic Colors of #C18858
Black with #C18858
Text Example
Text Example
White with #C18858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18858; }
p { color: rgb(193,136,88); }
H1.HeaderClassName
{
color: #C18858;
}
.AnyTagClassName
{
color: #C18858;
}
</style>
background-color css
<style>
a { background-color: #C18858; }
a { background-color: rgb(193,136,88); }
div.DivClassName
{
background-color: #C18858;
}
.BgClassName
{
background-color: #C18858;
}
</style>
border-color css
<style>
span { border-color: #C18858; }
span { border-color: rgb(193,136,88); }
td.TdClassName
{
border-color: #C18858;
}
.TagClassName
{
border-color: #C18858;
}
</style>