Shades of Twine #C18F5D
Tints of Twine #C18F5D
RGB
CMYK
RGB Variations
Color information
#C18F5D (or 0xC18F5D) is known color: Twine. HEX triplet: C1, 8F and 5D. RGB value is (193,143,93). Sum of RGB (Red+Green+Blue) = 193+143+93=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18F5D is #3E70A2. Grayscale: #989898. Windows color (decimal): -4092067 or 6131649. OLE color: 6131649.
HSL color Cylindrical-coordinate representation of color #C18F5D: hue angle of 30º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C18F5D is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 93 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.24 |
| HSL | 30º | 0.45% | 0.56% | - |
| HSV(B) | 30º | 0.52% | 0.76% | - |
| XYZ | 33.79 | 31.77 | 14.71 | - |
| YUV | 152.25 | 94.57 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 93 | 0 | 0.26 | 0.52 | 0.24 | 30 | 0.45 | 0.56 |
| Hex | C1 | 8F | 5D | 0 | 1A | 34 | 18 | 1E | 2D | 38 |
| Octal | 301 | 217 | 135 | 0 | 32 | 64 | 30 | 36 | 55 | 70 |
| Binary | 11000001 | 10001111 | 1011101 | 0 | 11010 | 110100 | 11000 | 11110 | 101101 | 111000 |
Color Harmonies of #C18F5D
Complementary color
Monochromatic Colors of #C18F5D
Black with #C18F5D
Text Example
Text Example
White with #C18F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18F5D; }
p { color: rgb(193,143,93); }
H1.HeaderClassName
{
color: #C18F5D;
}
.AnyTagClassName
{
color: #C18F5D;
}
</style>
background-color css
<style>
a { background-color: #C18F5D; }
a { background-color: rgb(193,143,93); }
div.DivClassName
{
background-color: #C18F5D;
}
.BgClassName
{
background-color: #C18F5D;
}
</style>
border-color css
<style>
span { border-color: #C18F5D; }
span { border-color: rgb(193,143,93); }
td.TdClassName
{
border-color: #C18F5D;
}
.TagClassName
{
border-color: #C18F5D;
}
</style>