Shades of Twine #C19B55
Tints of Twine #C19B55
RGB
CMYK
RGB Variations
Color information
#C19B55 (or 0xC19B55) is known color: Twine. HEX triplet: C1, 9B and 55. RGB value is (193,155,85). Sum of RGB (Red+Green+Blue) = 193+155+85=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19B55 is #3E64AA. Grayscale: #9E9E9E. Windows color (decimal): -4089003 or 5610433. OLE color: 5610433.
HSL color Cylindrical-coordinate representation of color #C19B55: hue angle of 38.89º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C19B55 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 85 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.24 |
| HSL | 38.89º | 0.47% | 0.55% | - |
| HSV(B) | 38.89º | 0.56% | 0.76% | - |
| XYZ | 35.35 | 35.44 | 13.57 | - |
| YUV | 158.38 | 86.59 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 85 | 0 | 0.20 | 0.56 | 0.24 | 38.89 | 0.47 | 0.55 |
| Hex | C1 | 9B | 55 | 0 | 14 | 38 | 18 | 27 | 2F | 37 |
| Octal | 301 | 233 | 125 | 0 | 24 | 70 | 30 | 47 | 57 | 67 |
| Binary | 11000001 | 10011011 | 1010101 | 0 | 10100 | 111000 | 11000 | 100111 | 101111 | 110111 |
Color Harmonies of #C19B55
Complementary color
Monochromatic Colors of #C19B55
Black with #C19B55
Text Example
Text Example
White with #C19B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19B55; }
p { color: rgb(193,155,85); }
H1.HeaderClassName
{
color: #C19B55;
}
.AnyTagClassName
{
color: #C19B55;
}
</style>
background-color css
<style>
a { background-color: #C19B55; }
a { background-color: rgb(193,155,85); }
div.DivClassName
{
background-color: #C19B55;
}
.BgClassName
{
background-color: #C19B55;
}
</style>
border-color css
<style>
span { border-color: #C19B55; }
span { border-color: rgb(193,155,85); }
td.TdClassName
{
border-color: #C19B55;
}
.TagClassName
{
border-color: #C19B55;
}
</style>