Shades of Twine #C19C57
Tints of Twine #C19C57
RGB
CMYK
RGB Variations
Color information
#C19C57 (or 0xC19C57) is known color: Twine. HEX triplet: C1, 9C and 57. RGB value is (193,156,87). Sum of RGB (Red+Green+Blue) = 193+156+87=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19C57 is #3E63A8. Grayscale: #9F9F9F. Windows color (decimal): -4088745 or 5741761. OLE color: 5741761.
HSL color Cylindrical-coordinate representation of color #C19C57: hue angle of 39.06º 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 #C19C57 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 87 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.24 |
| HSL | 39.06º | 0.46% | 0.55% | - |
| HSV(B) | 39.06º | 0.55% | 0.76% | - |
| XYZ | 35.6 | 35.8 | 14.05 | - |
| YUV | 159.2 | 87.26 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 87 | 0 | 0.19 | 0.55 | 0.24 | 39.06 | 0.46 | 0.55 |
| Hex | C1 | 9C | 57 | 0 | 13 | 37 | 18 | 27 | 2E | 37 |
| Octal | 301 | 234 | 127 | 0 | 23 | 67 | 30 | 47 | 56 | 67 |
| Binary | 11000001 | 10011100 | 1010111 | 0 | 10011 | 110111 | 11000 | 100111 | 101110 | 110111 |
Color Harmonies of #C19C57
Complementary color
Monochromatic Colors of #C19C57
Black with #C19C57
Text Example
Text Example
White with #C19C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C57; }
p { color: rgb(193,156,87); }
H1.HeaderClassName
{
color: #C19C57;
}
.AnyTagClassName
{
color: #C19C57;
}
</style>
background-color css
<style>
a { background-color: #C19C57; }
a { background-color: rgb(193,156,87); }
div.DivClassName
{
background-color: #C19C57;
}
.BgClassName
{
background-color: #C19C57;
}
</style>
border-color css
<style>
span { border-color: #C19C57; }
span { border-color: rgb(193,156,87); }
td.TdClassName
{
border-color: #C19C57;
}
.TagClassName
{
border-color: #C19C57;
}
</style>