Shades of Twine #C18A5D
Tints of Twine #C18A5D
RGB
CMYK
RGB Variations
Color information
#C18A5D (or 0xC18A5D) is known color: Twine. HEX triplet: C1, 8A and 5D. RGB value is (193,138,93). Sum of RGB (Red+Green+Blue) = 193+138+93=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18A5D is #3E75A2. Grayscale: #959595. Windows color (decimal): -4093347 or 6130369. OLE color: 6130369.
HSL color Cylindrical-coordinate representation of color #C18A5D: hue angle of 27º 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 #C18A5D is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 93 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.24 |
| HSL | 27º | 0.45% | 0.56% | - |
| HSV(B) | 27º | 0.52% | 0.76% | - |
| XYZ | 33.06 | 30.3 | 14.46 | - |
| YUV | 149.32 | 96.22 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 93 | 0 | 0.28 | 0.52 | 0.24 | 27 | 0.45 | 0.56 |
| Hex | C1 | 8A | 5D | 0 | 1C | 34 | 18 | 1B | 2D | 38 |
| Octal | 301 | 212 | 135 | 0 | 34 | 64 | 30 | 33 | 55 | 70 |
| Binary | 11000001 | 10001010 | 1011101 | 0 | 11100 | 110100 | 11000 | 11011 | 101101 | 111000 |
Color Harmonies of #C18A5D
Complementary color
Monochromatic Colors of #C18A5D
Black with #C18A5D
Text Example
Text Example
White with #C18A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18A5D; }
p { color: rgb(193,138,93); }
H1.HeaderClassName
{
color: #C18A5D;
}
.AnyTagClassName
{
color: #C18A5D;
}
</style>
background-color css
<style>
a { background-color: #C18A5D; }
a { background-color: rgb(193,138,93); }
div.DivClassName
{
background-color: #C18A5D;
}
.BgClassName
{
background-color: #C18A5D;
}
</style>
border-color css
<style>
span { border-color: #C18A5D; }
span { border-color: rgb(193,138,93); }
td.TdClassName
{
border-color: #C18A5D;
}
.TagClassName
{
border-color: #C18A5D;
}
</style>