Shades of Twine #C18A5E
Tints of Twine #C18A5E
RGB
CMYK
RGB Variations
Color information
#C18A5E (or 0xC18A5E) is known color: Twine. HEX triplet: C1, 8A and 5E. RGB value is (193,138,94). Sum of RGB (Red+Green+Blue) = 193+138+94=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18A5E is #3E75A1. Grayscale: #959595. Windows color (decimal): -4093346 or 6195905. OLE color: 6195905.
HSL color Cylindrical-coordinate representation of color #C18A5E: hue angle of 26.67º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C18A5E is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 94 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.24 |
| HSL | 26.67º | 0.44% | 0.56% | - |
| HSV(B) | 26.67º | 0.51% | 0.76% | - |
| XYZ | 33.1 | 30.32 | 14.7 | - |
| YUV | 149.43 | 96.72 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 94 | 0 | 0.28 | 0.51 | 0.24 | 26.67 | 0.44 | 0.56 |
| Hex | C1 | 8A | 5E | 0 | 1C | 33 | 18 | 1B | 2C | 38 |
| Octal | 301 | 212 | 136 | 0 | 34 | 63 | 30 | 33 | 54 | 70 |
| Binary | 11000001 | 10001010 | 1011110 | 0 | 11100 | 110011 | 11000 | 11011 | 101100 | 111000 |
Color Harmonies of #C18A5E
Complementary color
Monochromatic Colors of #C18A5E
Black with #C18A5E
Text Example
Text Example
White with #C18A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18A5E; }
p { color: rgb(193,138,94); }
H1.HeaderClassName
{
color: #C18A5E;
}
.AnyTagClassName
{
color: #C18A5E;
}
</style>
background-color css
<style>
a { background-color: #C18A5E; }
a { background-color: rgb(193,138,94); }
div.DivClassName
{
background-color: #C18A5E;
}
.BgClassName
{
background-color: #C18A5E;
}
</style>
border-color css
<style>
span { border-color: #C18A5E; }
span { border-color: rgb(193,138,94); }
td.TdClassName
{
border-color: #C18A5E;
}
.TagClassName
{
border-color: #C18A5E;
}
</style>