Shades of Twine #C18953
Tints of Twine #C18953
RGB
CMYK
RGB Variations
Color information
#C18953 (or 0xC18953) is known color: Twine. HEX triplet: C1, 89 and 53. RGB value is (193,137,83). Sum of RGB (Red+Green+Blue) = 193+137+83=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C18953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18953 is #3E76AC. Grayscale: #939393. Windows color (decimal): -4093613 or 5474753. OLE color: 5474753.
HSL color Cylindrical-coordinate representation of color #C18953: hue angle of 29.45º 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 #C18953 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 83 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.24 |
| HSL | 29.45º | 0.47% | 0.54% | - |
| HSV(B) | 29.45º | 0.57% | 0.76% | - |
| XYZ | 32.5 | 29.85 | 12.23 | - |
| YUV | 147.59 | 91.55 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 83 | 0 | 0.29 | 0.57 | 0.24 | 29.45 | 0.47 | 0.54 |
| Hex | C1 | 89 | 53 | 0 | 1D | 39 | 18 | 1D | 2F | 36 |
| Octal | 301 | 211 | 123 | 0 | 35 | 71 | 30 | 35 | 57 | 66 |
| Binary | 11000001 | 10001001 | 1010011 | 0 | 11101 | 111001 | 11000 | 11101 | 101111 | 110110 |
Color Harmonies of #C18953
Complementary color
Monochromatic Colors of #C18953
Black with #C18953
Text Example
Text Example
White with #C18953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18953; }
p { color: rgb(193,137,83); }
H1.HeaderClassName
{
color: #C18953;
}
.AnyTagClassName
{
color: #C18953;
}
</style>
background-color css
<style>
a { background-color: #C18953; }
a { background-color: rgb(193,137,83); }
div.DivClassName
{
background-color: #C18953;
}
.BgClassName
{
background-color: #C18953;
}
</style>
border-color css
<style>
span { border-color: #C18953; }
span { border-color: rgb(193,137,83); }
td.TdClassName
{
border-color: #C18953;
}
.TagClassName
{
border-color: #C18953;
}
</style>