Shades of Twine #C19C5B
Tints of Twine #C19C5B
RGB
CMYK
RGB Variations
Color information
#C19C5B (or 0xC19C5B) is known color: Twine. HEX triplet: C1, 9C and 5B. RGB value is (193,156,91). Sum of RGB (Red+Green+Blue) = 193+156+91=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19C5B is #3E63A4. Grayscale: #9F9F9F. Windows color (decimal): -4088741 or 6003905. OLE color: 6003905.
HSL color Cylindrical-coordinate representation of color #C19C5B: hue angle of 38.24º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C19C5B is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 91 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.24 |
| HSL | 38.24º | 0.45% | 0.56% | - |
| HSV(B) | 38.24º | 0.53% | 0.76% | - |
| XYZ | 35.77 | 35.87 | 14.94 | - |
| YUV | 159.65 | 89.26 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 91 | 0 | 0.19 | 0.53 | 0.24 | 38.24 | 0.45 | 0.56 |
| Hex | C1 | 9C | 5B | 0 | 13 | 35 | 18 | 26 | 2D | 38 |
| Octal | 301 | 234 | 133 | 0 | 23 | 65 | 30 | 46 | 55 | 70 |
| Binary | 11000001 | 10011100 | 1011011 | 0 | 10011 | 110101 | 11000 | 100110 | 101101 | 111000 |
Color Harmonies of #C19C5B
Complementary color
Monochromatic Colors of #C19C5B
Black with #C19C5B
Text Example
Text Example
White with #C19C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C5B; }
p { color: rgb(193,156,91); }
H1.HeaderClassName
{
color: #C19C5B;
}
.AnyTagClassName
{
color: #C19C5B;
}
</style>
background-color css
<style>
a { background-color: #C19C5B; }
a { background-color: rgb(193,156,91); }
div.DivClassName
{
background-color: #C19C5B;
}
.BgClassName
{
background-color: #C19C5B;
}
</style>
border-color css
<style>
span { border-color: #C19C5B; }
span { border-color: rgb(193,156,91); }
td.TdClassName
{
border-color: #C19C5B;
}
.TagClassName
{
border-color: #C19C5B;
}
</style>