Shades of Twine #C18E5C
Tints of Twine #C18E5C
RGB
CMYK
RGB Variations
Color information
#C18E5C (or 0xC18E5C) is known color: Twine. HEX triplet: C1, 8E and 5C. RGB value is (193,142,92). Sum of RGB (Red+Green+Blue) = 193+142+92=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18E5C is #3E71A3. Grayscale: #979797. Windows color (decimal): -4092324 or 6065857. OLE color: 6065857.
HSL color Cylindrical-coordinate representation of color #C18E5C: hue angle of 29.7º 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 #C18E5C is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 142 | 92 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.24 |
| HSL | 29.7º | 0.45% | 0.56% | - |
| HSV(B) | 29.7º | 0.52% | 0.76% | - |
| XYZ | 33.6 | 31.46 | 14.43 | - |
| YUV | 151.55 | 94.4 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 142 | 92 | 0 | 0.26 | 0.52 | 0.24 | 29.7 | 0.45 | 0.56 |
| Hex | C1 | 8E | 5C | 0 | 1A | 34 | 18 | 1E | 2D | 38 |
| Octal | 301 | 216 | 134 | 0 | 32 | 64 | 30 | 36 | 55 | 70 |
| Binary | 11000001 | 10001110 | 1011100 | 0 | 11010 | 110100 | 11000 | 11110 | 101101 | 111000 |
Color Harmonies of #C18E5C
Complementary color
Monochromatic Colors of #C18E5C
Black with #C18E5C
Text Example
Text Example
White with #C18E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18E5C; }
p { color: rgb(193,142,92); }
H1.HeaderClassName
{
color: #C18E5C;
}
.AnyTagClassName
{
color: #C18E5C;
}
</style>
background-color css
<style>
a { background-color: #C18E5C; }
a { background-color: rgb(193,142,92); }
div.DivClassName
{
background-color: #C18E5C;
}
.BgClassName
{
background-color: #C18E5C;
}
</style>
border-color css
<style>
span { border-color: #C18E5C; }
span { border-color: rgb(193,142,92); }
td.TdClassName
{
border-color: #C18E5C;
}
.TagClassName
{
border-color: #C18E5C;
}
</style>