Shades of Twine #C18552
Tints of Twine #C18552
RGB
CMYK
RGB Variations
Color information
#C18552 (or 0xC18552) is known color: Twine. HEX triplet: C1, 85 and 52. RGB value is (193,133,82). Sum of RGB (Red+Green+Blue) = 193+133+82=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C18552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18552 is #3E7AAD. Grayscale: #919191. Windows color (decimal): -4094638 or 5408193. OLE color: 5408193.
HSL color Cylindrical-coordinate representation of color #C18552: hue angle of 27.57º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C18552 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 82 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.24 |
| HSL | 27.57º | 0.47% | 0.54% | - |
| HSV(B) | 27.57º | 0.58% | 0.76% | - |
| XYZ | 31.9 | 28.72 | 11.85 | - |
| YUV | 145.13 | 92.38 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 82 | 0 | 0.31 | 0.58 | 0.24 | 27.57 | 0.47 | 0.54 |
| Hex | C1 | 85 | 52 | 0 | 1F | 3A | 18 | 1C | 2F | 36 |
| Octal | 301 | 205 | 122 | 0 | 37 | 72 | 30 | 34 | 57 | 66 |
| Binary | 11000001 | 10000101 | 1010010 | 0 | 11111 | 111010 | 11000 | 11100 | 101111 | 110110 |
Color Harmonies of #C18552
Complementary color
Monochromatic Colors of #C18552
Black with #C18552
Text Example
Text Example
White with #C18552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18552; }
p { color: rgb(193,133,82); }
H1.HeaderClassName
{
color: #C18552;
}
.AnyTagClassName
{
color: #C18552;
}
</style>
background-color css
<style>
a { background-color: #C18552; }
a { background-color: rgb(193,133,82); }
div.DivClassName
{
background-color: #C18552;
}
.BgClassName
{
background-color: #C18552;
}
</style>
border-color css
<style>
span { border-color: #C18552; }
span { border-color: rgb(193,133,82); }
td.TdClassName
{
border-color: #C18552;
}
.TagClassName
{
border-color: #C18552;
}
</style>