Shades of Twine #C18156
Tints of Twine #C18156
RGB
CMYK
RGB Variations
Color information
#C18156 (or 0xC18156) is known color: Twine. HEX triplet: C1, 81 and 56. RGB value is (193,129,86). Sum of RGB (Red+Green+Blue) = 193+129+86=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C18156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18156 is #3E7EA9. Grayscale: #8F8F8F. Windows color (decimal): -4095658 or 5669313. OLE color: 5669313.
HSL color Cylindrical-coordinate representation of color #C18156: hue angle of 24.11º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C18156 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 86 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.24 |
| HSL | 24.11º | 0.46% | 0.55% | - |
| HSV(B) | 24.11º | 0.55% | 0.76% | - |
| XYZ | 31.52 | 27.71 | 12.49 | - |
| YUV | 143.23 | 95.7 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 86 | 0 | 0.33 | 0.55 | 0.24 | 24.11 | 0.46 | 0.55 |
| Hex | C1 | 81 | 56 | 0 | 21 | 37 | 18 | 18 | 2E | 37 |
| Octal | 301 | 201 | 126 | 0 | 41 | 67 | 30 | 30 | 56 | 67 |
| Binary | 11000001 | 10000001 | 1010110 | 0 | 100001 | 110111 | 11000 | 11000 | 101110 | 110111 |
Color Harmonies of #C18156
Complementary color
Monochromatic Colors of #C18156
Black with #C18156
Text Example
Text Example
White with #C18156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18156; }
p { color: rgb(193,129,86); }
H1.HeaderClassName
{
color: #C18156;
}
.AnyTagClassName
{
color: #C18156;
}
</style>
background-color css
<style>
a { background-color: #C18156; }
a { background-color: rgb(193,129,86); }
div.DivClassName
{
background-color: #C18156;
}
.BgClassName
{
background-color: #C18156;
}
</style>
border-color css
<style>
span { border-color: #C18156; }
span { border-color: rgb(193,129,86); }
td.TdClassName
{
border-color: #C18156;
}
.TagClassName
{
border-color: #C18156;
}
</style>