Shades of Twine #C38659
Tints of Twine #C38659
RGB
CMYK
RGB Variations
Color information
#C38659 (or 0xC38659) is known color: Twine. HEX triplet: C3, 86 and 59. RGB value is (195,134,89). Sum of RGB (Red+Green+Blue) = 195+134+89=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 89 (35.16% from 255 or 21.29% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C38659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38659 is #3C79A6. Grayscale: #939393. Windows color (decimal): -3963303 or 5867203. OLE color: 5867203.
HSL color Cylindrical-coordinate representation of color #C38659: hue angle of 25.47º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C38659 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 89 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.24 |
| HSL | 25.47º | 0.47% | 0.56% | - |
| HSV(B) | 25.47º | 0.54% | 0.76% | - |
| XYZ | 32.83 | 29.37 | 13.39 | - |
| YUV | 147.11 | 95.21 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 89 | 0 | 0.31 | 0.54 | 0.24 | 25.47 | 0.47 | 0.56 |
| Hex | C3 | 86 | 59 | 0 | 1F | 36 | 18 | 19 | 2F | 38 |
| Octal | 303 | 206 | 131 | 0 | 37 | 66 | 30 | 31 | 57 | 70 |
| Binary | 11000011 | 10000110 | 1011001 | 0 | 11111 | 110110 | 11000 | 11001 | 101111 | 111000 |
Color Harmonies of #C38659
Complementary color
Monochromatic Colors of #C38659
Black with #C38659
Text Example
Text Example
White with #C38659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38659; }
p { color: rgb(195,134,89); }
H1.HeaderClassName
{
color: #C38659;
}
.AnyTagClassName
{
color: #C38659;
}
</style>
background-color css
<style>
a { background-color: #C38659; }
a { background-color: rgb(195,134,89); }
div.DivClassName
{
background-color: #C38659;
}
.BgClassName
{
background-color: #C38659;
}
</style>
border-color css
<style>
span { border-color: #C38659; }
span { border-color: rgb(195,134,89); }
td.TdClassName
{
border-color: #C38659;
}
.TagClassName
{
border-color: #C38659;
}
</style>